| Class | Description |
|---|---|
| GeoJson |
Functions for parsing and formatting of GeoJSON values.
|
| JsonArray |
A strongly-typed list of item type
JsonElement?, inheriting from JsonElement rather than the usual ListBase. |
| JsonBoolean |
Represents a JSON boolean element.
|
| JsonBooleanToken |
Represents a JSON boolean token.
|
| JsonDeltaStream |
A delta stream for decoding OData delta streams with JSON format.
|
| JsonDeltaStreamWriter |
A response stream writer for OData JSON delta responses.
|
| JsonElement |
Abstract base class for JSON elements (boolean, number, string, array, object).
|
| JsonElementStream |
A stream of JSON
JsonElement. |
| JsonNumber |
Represents a JSON number element.
|
| JsonNumberToken |
Represents a JSON number token.
|
| JsonObject |
A strongly-typed map from key type
string to value type JsonElement?, inheriting from JsonElement rather than the usual MapBase. |
| JsonObject.Entry |
A key/value pair for map entries.
|
| JsonObject.EntryList |
A list of item type
JsonObject.Entry. |
| JsonObject.FieldOrdering |
Comparer for JSON object field ordering.
|
| JsonOutputStream |
Abstract base class for JSON output streams.
|
| JsonPretty |
Utility functions for pretty-printing JSON representation.
|
| JsonPrettyMain | |
| JsonString |
Represents a JSON string element.
|
| JsonStringToken |
Represents a JSON string token.
|
| JsonToken |
Abstract base class for JSON tokens (null, boolean, number, string, and punctuation characters).
|
| JsonTokenStream | |
| JsonValue |
| Exception | Description |
|---|---|
| JsonException |
Exception thrown when an error occurs during the parsing of data represented in JSON format.
|