OVRSimpleJSON 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, JSONNodeType.Custom = 0xFF
}
 
enum  JSONTextMode { JSONTextMode.Compact, JSONTextMode.Indent }
 
enum  JSONContainerType { JSONContainerType.Array, JSONContainerType.Object }
 

Enumeration Type Documentation

◆ JSONContainerType

Enumerator
Array 
Object 

◆ JSONNodeType

Enumerator
Array 
Object 
String 
Number 
NullValue 
Boolean 
None 
Custom 

◆ JSONTextMode

Enumerator
Compact 
Indent