Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nejson | Ejson namespace containing all function for JSON interpretor |
▼Ninternal | Ejson internal data implementation (not for external user) |
CArray | Ejson Array internal data implementation |
CBoolean | Ejson Boolean internal data implementation |
CDocument | Ejson Document internal data implementation |
CNull | Ejson Null internal data implementation |
CNumber | Ejson Number internal data implementation |
CObject | Ejson Object internal data implementation |
CString | Ejson String internal data implementation |
CValue | Basic main object of all json data |
CArray | Ejson Array interface [ ... ] |
CBoolean | Ejson Boolean interface: true/false |
CDocument | Ejson Document interface (acces with the file and stream) |
CFilePos | Position in the file of the original data |
Citerator | |
CNull | Ejson Null interface: 'null' |
CNumber | Ejson Number interface |
CObject | Ejson Object interface { ... } |
CString | Ejson String interface |
CValue | Basic main object of all json elements |