Function JsonDecode() Foundation
Converts JSON text to a character string.
JsonDecode( <cJsonString> ) -> cString
A character string.
The function JsonDecode() converts JavaScript Object Notation (JSON) text into a Xbase++ character string. The returned string is ANSI or OEM encoded depending on the currentSET CHARSET setting. The character string passed in <cJsonString> must contain JSON text in the format described for the function JsonEncode().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.