JsonObject.Lookup Method

Gets the JSON value associated with the supplied key, if an entry with that key exists.

Syntax

public:
IJsonValue^ Lookup(
         String^ key
)  

Parameters

key
Type: String 

  The requested key.

Return value

Type: IJsonValue 

If the call is successful, the JSON value.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonObject Class

JsonObject Members

Windows.Data.Json Namespace