PHP JSON Functions
EditRocket provides the following information on JSON functions in the PHP source code builder.
mixed json_decode ( string $json [, bool $assoc ] ) - Takes a JSON encoded string and converts it into a PHP variable.
string json_encode ( mixed $value ) - Returns a string containing the JSON representation of value.