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 accesstypeArray
typeArray = 3
[...]typeString
typeString = 4
the ""typeNumber
typeNumber = 5
the -1565.21515typeBoolean
typeBoolean = 6
the true and falsetypeNull
typeNull = 7
the null elementtypeObject
typeObject = 8
the { ... }