JSONLib external type

JSONLib contains functions that copy JSON strings to or from a variable.

Package

eglx.json

Functions
Table 1. Functions
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.

Comments
JSONLib is implemented as an external type, stereotype NativeType, and not as an EGL library.
Compatibility

Table 2. Compatibility
Target Issue
Java See the function-specific topics.
JavaScript See the function-specific topics.