Sorun "€ ™ â" içeren bir JSON dize çözme

0 Cevap php

Benim gibi bu dize:

{
  "key": "value’s",
  "key2": "value"
}

I use json_decode() PHP 5 and class Services_Json for PHP 4 and get nothing when contain "". What is solution?

0 Cevap