NAME ^

php_json.pir - PHP json Library

DESCRIPTION ^

Functions ^

mixed json_decode(string json [, bool assoc])

Decodes the JSON representation into a PHP value

NOT IMPLEMENTED.

string json_encode(mixed data)

Returns the JSON representation of a value

NOT IMPLEMENTED.


parrot