1 out of 6 rated this helpful - Rate this topic

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.

ClassDescription
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.

EnumerationDescription
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.

InterfaceDescription
IJsonValue Encapsulates a JSON value.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Json
Windows::Data::Json [C++]

Metadata

Windows.winmd

See also

Using JavaScript Object Notation (JSON)

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.