convertFromJSON()

The serviceLib.convertFromJSON() system function converts a JSON string into a record or dictionary. For details on the conversion, see Copying a JSON string to and from an EGL variable.

Syntax

  serviceLib.convertFromJSON(json STRING in, 
                                   variable VariableType out)
json
A JSON string
variable
The name of a non-structured record or dictionary

Feedback