Link Search Menu Expand Document

JSONDocument Class


login image

A class that parses and outputs JSON data.

The JSON data loaded by the Get, Load, or Parse method is expanded to the Array object, and the first Array object is set to Value.

Also, the Save method converts the Array object set in Value to JSON data.

JSON-Array conversion rule The array enclosed in [] is expanded as the 0th array of Array, and the object enclosed in {} is expanded as an associative array of Array with the name as the key. Objects and arrays as values ​​are in the form of Array stored in the elements of Array.

Example

json data image

Default properties and ValueType

The default property is Value. ValueType can be String, Number, Fixed, Date, UString.


Table of contents