| | Name | Description |
| |
dec |
decodes a JSON string into appropriate variable; alias for decode() . |
| |
decode |
decodes a JSON string into appropriate variable . |
| |
enc |
encodes an arbitrary variable into JSON format, alias for encode() . |
| |
encode |
encodes an arbitrary variable into JSON format . |
| P |
name_value |
function name_value array-walking function for use in generating JSON-formatted name-value pairs . |
| P |
reduce_string |
reduce a string by removing leading and trailing comments and whitespace . |
| P |
unicode_to_utf8 |
This function converts a Unicode array back to its UTF-8 representation . |
| P |
utf16be_to_utf8 |
UTF-8 to UTF-16BE conversion. |
| P |
utf8_to_unicode |
This function returns any UTF-8 encoded text as a list of Unicode values: . |
| P |
utf8_to_utf16be |
UTF-8 to UTF-16BE conversion. |