NAME ^

php_json.pir - PHP json Library

DESCRIPTION ^

Functions ^

mixed json_decode(string json [, bool assoc])
Decodes the JSON representation into a PHP valueNOT IMPLEMENTED.
string json_encode(mixed data)
Returns the JSON representation of a valueNOT IMPLEMENTED.


parrot