JsonObject.Remove Method

Removes the JSON object associated with the specified key.

Syntax

public:
void Remove(
         String^ key
)  

Parameters

key
Type: String 

  The key for the JSON object to be deleted.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonObject Class

JsonObject Members

Windows.Data.Json Namespace