add_object_map
Description:
[
Version ( since =
"2.1.1" ) ]
public void add_object_map (
string key,
HashTable<
string,
string> value)
Adds a string:string object to the JSON object.
Parameters:
| this |
a JsonObject
|
| key |
dictionary key
|
| value |
a hash table
|