JsonArray Class

Represents a JSON array.

Syntax

public ref class JsonArray sealed : IJsonValue, IVector<IJsonValue^ >, IIterable<IJsonValue^ >  

Remarks

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

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Members

Windows.Data.Json Namespace