SimpleJSON Namespace Reference

Classes

class  JSON
 
class  JSONArray
 
class  JSONBool
 
class  JSONLazyCreator
 
class  JSONNode
 
class  JSONNull
 
class  JSONNumber
 
class  JSONObject
 
class  JSONString
 

Enumerations

enum  JSONNodeType {
  JSONNodeType.Array = 1, JSONNodeType.Object = 2, JSONNodeType.String = 3, JSONNodeType.Number = 4,
  JSONNodeType.NullValue = 5, JSONNodeType.Boolean = 6, JSONNodeType.None = 7
}
 
enum  JSONTextMode { JSONTextMode.Compact, JSONTextMode.Indent }
 

Enumeration Type Documentation

◆ JSONNodeType

Enumerator
Array 
Object 
String 
Number 
NullValue 
Boolean 
None 

◆ JSONTextMode

Enumerator
Compact 
Indent