util.JSON methods
Methods for the util.JSON
class.
Name | Description |
---|---|
|
Formats a JSON string with indentation. |
|
Parses a JSON string and fills program variables with the values. |
|
Describes the record structure that can hold a given JSON data string. |
|
Transforms a record variable to a flat JSON formatted string, by including empty records and empty arrays. |
|
Transforms a record variable to a flat JSON formatted string, by excluding empty records and empty arrays. |