JSONType (ENUM)ΒΆ

TYPE JSONType :

Types of JSON elements

Attributes:
qualified_only
InOut:

Name

Initial

Comment

KEY

0

The element is a key which is stored as WSTRING

WSTRING_VALUE

1

Element is a WSTRING value

LINT_VALUE

2

EElement is a LINT value

LREAL_VALUE

3

Element is a LREAL value

BOOL_VALUE

4

Element is a BOOL value

NULL

5

Element is NULL

JSON_ARRAY

6

Element is an array

JSON_OBJECT

7

Element is an object

NONE

NO JSON type