JSONLib.convertToJSON copies an EGL record, handler, or dictionary to a JSON string.
eglx.json
static function convertToJSON(eglType any const in) returns(string);
For other details on the conversion, see “Correspondence between a JSON string and an EGL variable.”
JSONLib.convertToJSON is the complement of the JSONLib.convertFromJSON function.
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |