JsonObject Properties
Silverlight
The JsonObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Returns the number of key/value pairs in the JsonObject. (Overrides JsonValue.Count.) |
|
Item[Int32] | This indexer is not supported for this base class and throws an exception. (Inherited from JsonValue.) |
|
Item[String] | Gets or sets an indexer used to look up a key/value pair based on a specified key. (Overrides JsonValue.Item[String].) |
|
JsonType | Gets the JSON type of the JsonObject. (Overrides JsonValue.JsonType.) |
|
Keys | Returns a collection that contains the keys in the JsonObject. |
|
Values | Returns a collection that contains the values in the JsonObject. |
| Name | Description | |
|---|---|---|
|
ICollection<KeyValuePair<String, JsonValue>>.IsReadOnly | Gets a value that indicates whether this JSON CLR object is read-only. |