enum: ejson::nodeType


Description:



Value list

Detail:

typeUnknow

typeUnknow   = 0
might be an error ...

typeValue

typeValue    = 1
XXXXXX:*

typeDocument

typeDocument = 2
all the file main access

typeArray

typeArray    = 3
[...]

typeString

typeString   = 4
the ""

typeNumber

typeNumber   = 5
the -1565.21515

typeBoolean

typeBoolean  = 6
the true and false

typeNull

typeNull     = 7
the null element

typeObject

typeObject   = 8
the { ... }