Windows.Data.Json namespace
Provides support for JSON arrays, values, and objects.
Members
The Windows.Data.Json namespace has these types of members:
Classes
The Windows.Data.Json namespace has these classes.
| Class | 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. |
Enumerations
The Windows.Data.Json namespace has these enumerations.
| Enumeration | Description |
|---|---|
| JsonErrorStatus | Defines errors encountered while parsing JSON data. |
| JsonValueType | Specifies the JSON value type of a JsonValue object. |
Interfaces
The Windows.Data.Json namespace defines these interfaces.
| Interface | Description |
|---|---|
| IJsonValue | Encapsulates a JSON value. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
