JSONObject Properties | ![]() |
The JSONObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
The count of key-value pairs in this object.
|
![]() | IsReadOnly |
Whether this object is read-only. Always false.
|
![]() | Item |
The value associated with the specified key (CLR object's field or property name).
|
![]() | Keys |
The keys (CLR object's field or property names) contained in this object.
|
![]() | Values |
The values (CLR object's field or property values) contained in this object.
|