Enum Json.Type

Represents the run time type of a JSON value.

The enum base type is int .

Enum members

Name Description
Undefined A non-existent value in a JSON object
Null Null value
Bool Boolean value
Int 64-bit integer value
Float 64-bit floating point value
String UTF-8 string
Array Array of JSON values
Object JSON object aka. dictionary from string to Json

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.