JsonObject Properties |
The JsonObject type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of propeties contained in the object.
| |
IsEmpty |
Tests if json object is empty (has no property defined).
| |
IsReadOnly |
Returns False.
| |
Item |
Gets or sets the element with the specified key.
| |
Keys |
Gets an ICollection(Of T) containing the keys of the object.
| |
Values |
Gets an ICollection(Of T) containing the values in the object.
|