[Method] Decodes parses a JSON string to an object
String The JSON string.
Boolean Whether to return null or throw an exception if the JSON is invalid.
any
Object/null The resulting object.
[Method] Encodes an Object Array or other value
Object The variable to encode.
string
String The JSON string.
[Method] Encodes a Date
Date The Date to encode.
string
String The string literal to use in a JSON string.