Dextronet.Jsonie Namespace |
Class | Description | |
---|---|---|
JsonArray |
Represents a JSON array.
| |
JsonBool |
Represents a JSON boolean.
| |
JsonDecoder |
Classes responsible for JSON decoding.
| |
JsonDecoderOptions |
Options for JSON decoder.
| |
JsonEncoder |
Classes responsible for JSON encoding.
| |
JsonEncoderOptions |
Options for JSON encoder.
| |
JsonException |
Thrown when error occurrs during JSON related processing.
| |
JsonFormatException |
Thrown when decoded JSON string is invalid.
| |
JsonNumber |
Represents a JSON number.
| |
JsonObject |
Represents a JSON object.
| |
JsonParser |
Static helper class for easy JSON encoding/decoding.
| |
JsonPrettyFormatWriter |
Pretty format JSON writer. Makes JSON human-readable. Decorates underlying TextWriter.
| |
JsonString |
Represents a JSON string. Internal value is never null.
| |
JsonValue |
Base class for all JSON types except null which is represented also as null in .NET.
|
Structure | Description | |
---|---|---|
JsonDynamic |
Dynamic wrapper around any JsonValue.
|