JSONElement (STRUCT)ΒΆ

TYPE JSONElement : STRUCT

Basic structure of all JSON elements.

InOut:

Name

Type

Initial

Comment

value

JSONValue

Value of the element

eType

JSONType

JSONType.NONE

Type of the value

diIndex

DINT

-1

Index of this element in the data array

diParentIndex

DINT

-1

Index of the parent JSONElement, -1 for toplevel elements.