|
OMIDIV
|
Classes | |
| class | JSON |
| class | JSONArray |
| class | JSONBool |
| class | JSONLazyCreator |
| class | JSONNode |
| class | JSONNull |
| class | JSONNumber |
| class | JSONObject |
| class | JSONString |
Enumerations | |
| enum | JSONNodeType { Array = 1 , Object = 2 , String = 3 , Number = 4 , NullValue = 5 , Boolean = 6 , None = 7 , Custom = 0xFF } |
| enum | JSONTextMode { Compact , Indent } |