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