JsonObject Class

Represents a JSON object containing a collection of name and JsonValue pairs.

Syntax

public ref class JsonObject sealed : IJsonValue, IMap<String^ , IJsonValue^ >, IIterable<IKeyValuePair<String^ , IJsonValue^ >^ >  

Remarks

For an example of how these class methods are used to parse an object from a JSON string and convert it into a JsonObject object, update the name/value pairs the object contains, and then serialize the updated JsonObject object as a JSON string. See Using JavaScript Object Notation (JSON).

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonObject Members

Windows.Data.Json Namespace