Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NejsonEjson namespace containing all function for JSON interpretor
 NinternalEjson internal data implementation (not for external user)
 CArrayEjson Array internal data implementation
 CBooleanEjson Boolean internal data implementation
 CDocumentEjson Document internal data implementation
 CNullEjson Null internal data implementation
 CNumberEjson Number internal data implementation
 CObjectEjson Object internal data implementation
 CStringEjson String internal data implementation
 CValueBasic main object of all json data
 CArrayEjson Array interface [ ... ]
 CBooleanEjson Boolean interface: true/false
 CDocumentEjson Document interface (acces with the file and stream)
 CFilePosPosition in the file of the original data
 Citerator
 CNullEjson Null interface: 'null'
 CNumberEjson Number interface
 CObjectEjson Object interface { ... }
 CStringEjson String interface
 CValueBasic main object of all json elements