DevicesJson Class¶
Namespace: id3.Devices
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the dict |
|
Gets a string list containing the keys in the dict. |
||
operator [string key] |
string |
Gets or sets the element for the key in the dict. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
The iteration is done on keys
Methods¶
Name |
Description |
|---|---|
Adds an item to the DevicesJson object. |
|
Clears the DevicesJson object. |
|
Determines whether the DevicesJsonobject contains the specified key. |
|
Creates a JSON-formatted string from the internal representation of the data. |
|
Gets an item of the DevicesJson object. |
|
Gets the number of elements in the DevicesJson object. |
|
Converts a string in JSON format into a manageable format within the class. |
|
Removes an element of the DevicesJson object. |
|
Sets an item of the DevicesJson object. |