Windows.Data.Json namespace

Expand
0 out of 1 rated this helpful - Rate this topic

Windows.Data.Json namespace

[This documentation is preliminary and is subject to change.]

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 implements these interfaces.

InterfaceDescription
IJsonValue Encapsulates a JSON value.

 

Requirements

Minimum supported client

Windows 8 Release Preview

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: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD
Namespace
I wonder if this class (and all related) should have been put in another namespace. I think Data.JSON jas littlte to do with Windows. Moreover Data.JSON should be part of the Portable Class Library. Now there's even a different namespace and implementation on Windows 8 and on Windows Phone 7.
3/17/2012