[Solved] how do json decode in php?


PHP’s JSON functions are documented here: http://us3.php.net/json

The json_decode() function may be especially useful: http://us3.php.net/manual/en/function.json-decode.php

solved how do json decode in php?