Represents a JSON object containing a collection of name and JsonValue pairs.
public ref class JsonObject sealed : IJsonValue, IMap<String^ , IJsonValue^ >, IIterable<IKeyValuePair<String^ , IJsonValue^ >^ >
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).
Namespace: Windows.Data.Json
Metadata: windows.winmd