JsonObject.First Method

Returns the iterator for iteration over the key/value pairs in the JsonObject.

Syntax

public:
IIterator<IKeyValuePair<String^ , IJsonValue^ >^ >^ First()  

Return value

Type: IIterator<IKeyValuePair<String^ , IJsonValue^ >^ > 

The iterator object. The iterator’s current position is at the 0-index position, or at the array end if the array is empty.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonObject Class

JsonObject Members

Windows.Data.Json Namespace