std.json
JavaScript Object Notation License:Boost License 1.0. Authors:
Jeremie Pelletier References:
http://json.org/ Source:
std/json.d
- JSON type enumeration
- Indicates the type of a JSONValue.
- JSON value node
- Value when type is JSON_TYPE.STRING
- Value when type is JSON_TYPE.INTEGER
- Value when type is JSON_TYPE.FLOAT
- Value when type is JSON_TYPE.OBJECT
- Value when type is JSON_TYPE.ARRAY
- Specifies the type of the value stored in this structure.
- Parses a serialized string and returns a tree of JSON values.
- Takes a tree of JSON values and returns the serialized string.
- Exception thrown on JSON errors