Json types. Thanks to http://litjson.sourceforge.net/.

Namespace: DayPilot.Json
Assembly: 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 nameValueDescription
None0 No type.
Object1 Object type.
Array2 Array type.
String3 Strign type.
Int4 Integer type.
Long5 Long type.
Double6 Double type.
Boolean7 Boolean type.

See Also