JSONLib contains functions that copy JSON strings to or from a variable.
eglx.json
Function | Purpose |
---|---|
JSONLib.convertFromJSON function | JSONLib.convertFromJSON copies a JSON string to a record, handler, or dictionary. |
JSONLib.convertToJSON function | JSONLib.convertToJSON copies a record, handler, or dictionary to a JSON string. |
Target | Issue |
---|---|
Java | See the function-specific topics. |
JavaScript | See the function-specific topics. |