json_decode
description
Json_decode() takes a JSON encoded string and converts it into a PHP variable.
Json_decode() wandelt einen JSON codierten String in eine PHP-Variable.
Json_decode() toma una cadena JSON codificados y la convierte en una variable de PHP.
Récupère une chaîne encodée JSON et la convertie en une variable PHP.
Analisa a string codificada JSON e converte-a em uma variável do PHP.
declaration of json_decode
mixed json_decode ( string $json [, bool $assoc ] )
test json_decode online
share json_decode
comments for json_decode
On 29. Nov 2010 10:41 butzi wrote:
Sorry, currently only ISO-8859 is working well, as input charset. You use UTF-8 so, there are some problems. I am looking for a workaround, but this is very hard to find.
On 23. Nov 2010 23:05 dobau wrote:
I have some problems with special characters like 'São Paulo'
On 30. May 2010 19:54 jon wrote:
Amazing site, everyone should use this site, so helpful!
more comments for json_decode
There are some more comments for json_decode(). To see them all click here.