Provides support for JSON arrays, values, and objects.
| Name | Description | |
|---|---|---|
![]() |
JsonArray | Represents a JSON array. |
![]() |
JsonError | Represents an error encountered while parsing JSON data. |
![]() |
JsonObject | Represents a JSON object containing a collection of name and JsonValue pairs. |
![]() |
JsonValue | Implements the IJsonValue interface which represents a JSON value. |
| Name | Description | |
|---|---|---|
![]() |
IJsonValue | Encapsulates a JSON value. |
| Name | Description | |
|---|---|---|
![]() |
JsonErrorStatus | Defines errors encountered while parsing JSON data. |
![]() |
JsonValueType | Specifies the JSON value type of a JsonValue object. |