Json types. Thanks to http://litjson.sourceforge.net/.
            
    Namespace: 
   DayPilot.JsonAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# | 
|---|
public enum JsonType  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration JsonType  | 
| Visual C++ | 
|---|
public enum class JsonType  | 
Members
| Member name | Description | |
|---|---|---|
| None | 
            No type.
              | |
| Object | 
            Object type.
              | |
| Array | 
            Array type.
              | |
| String | 
            Strign type.
              | |
| Int | 
            Integer type.
              | |
| Long | 
            Long type.
              | |
| Double | 
            Double type.
              | |
| Boolean | 
            Boolean type.
              |