Node Types

<< Click to Display Table of Contents >>

Navigation:  JSON >

Node Types

Node can be of the following type (NodeType property)

 

jnObject

jnRootObject

jnArray

jnRootArray,

jnString

jnInt

jnFloat

jnBoolean

jnNull

 

Properties:

 

IsObject: boolean;

IsNumber: boolean;

IsFloat: boolean;

IsInt: boolean;

IsArray: boolean;

IsNull: boolean;