Enum JSONNodeType
Enum JSONNodeType
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public enum JSONNodeType
  Fields
| Name | Description | 
|---|---|
| Array | The array  | 
      
| Boolean | The boolean  | 
      
| Custom | The custom  | 
      
| None | The none  | 
      
| NullValue | The null value  | 
      
| Number | The number  | 
      
| Object | The object  | 
      
| String | The string  |