Adds a new entry to the JsonObject.
public:
bool Insert(
String^ key,
IJsonValue^ value
)
key
Type: String
The key to insert.
value
Type: IJsonValue
The IJsonValue to insert.
Type: bool
true if calling the method replaced a value that already existed for the key; false if calling the method defined a new key.
Namespace: Windows.Data.Json
Metadata: windows.winmd