Group JSON
Json2Var()
Converts JSON text to a value of the corresponding data type.
Json2Var( <cJson> ) -> aoData
JsonDecode()
Converts JSON text to a character string.
JsonDecode( <cJsonString> ) -> cString
JsonEncode()
Converts a character string to JSON text.
JsonEncode( <cString> ) -> cJsonString
Var2Json()
Converts an array or object to JSON text.
Var2Json( <aoValue> ) -> cJson