Enum Json.Type
Represents the run time type
of a JSON value.
The enum base type is
int
.
Enum members
Name | Description |
---|---|
Array | Array of JSON values |
Bool | Boolean value |
Float | 64-bit floating point value |
Int | 64-bit integer value |
Null | Null value |
Object | JSON object aka. dictionary from string to Json |
String | UTF-8 string |
Undefined | A non-existent value in a JSON object |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.