| Interface | Description |
|---|---|
| IHjsonDsfProvider |
A interface to support Domain Specific Formats for Hjson.
|
| Class | Description |
|---|---|
| HjsonDsf |
Provides standard DSF providers.
|
| HjsonOptions |
Defines options for Hjson
|
| JsonArray |
Represents a JSON array, an ordered collection of JSON values.
|
| JsonObject |
Represents a JSON object, a set of name/value pairs, where the names are strings and the values
are JSON values.
|
| JsonObject.Member |
Represents a member of a JSON object, a pair of a name and a value.
|
| JsonValue |
Represents a JSON value.
|
| Enum | Description |
|---|---|
| JsonType |
Defines the known json types.
|
| Stringify |
The ToString format.
|
| Exception | Description |
|---|---|
| ParseException |
An unchecked exception to indicate that an input does not qualify as valid JSON.
|