Windows.Data.Json Namespace

Provides support for JSON arrays, values, and objects.

Classes

  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.

Interfaces

  Name Description
IJsonValue Encapsulates a JSON value.

Enumerations

  Name Description
JsonErrorStatus Defines errors encountered while parsing JSON data.
JsonValueType Specifies the JSON value type of a JsonValue object.