Converts to and from JSON format.
Brief example of use:
Located in /administrator/components/com_joomlaupdate/restore.php (line 211)
constructs a new JSON instance
object behavior flags; combine with boolean-OR
possible values:
decodes a JSON string into appropriate variable
encodes an arbitrary variable into JSON format
array-walking function for use in generating JSON-formatted name-value pairs
reduce a string by removing leading and trailing comments and whitespace
convert a string from one UTF-8 char to one UTF-16 char
Normally should be handled by mb_convert_encoding, but provides a slower PHP-only method for installations that lack the multibye string extension.
convert a string from one UTF-16 char to one UTF-8 char
Normally should be handled by mb_convert_encoding, but provides a slower PHP-only method for installations that lack the multibye string extension.
Documentation generated on Mon, 25 Jun 2012 13:59:13 -0500 by phpDocumentor 1.4.4