json_decode()
Decodes json string.
mixed json_decode(string $json[,bool $assoc = false [,int depth=512 [,int options=0]]])
json_encode()
Returns the JSON reparentation of a value.
string json_encode(mixed $value[,int $option=0[,int depth=512]])
Decodes json string.
mixed json_decode(string $json[,bool $assoc = false [,int depth=512 [,int options=0]]])
Returns the JSON reparentation of a value.
string json_encode(mixed $value[,int $option=0[,int depth=512]])