Click or drag to resize

JSONObject Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The JSONObject type exposes the following members.

Properties
  NameDescription
Public propertyCount
The count of key-value pairs in this object.
Public propertyIsReadOnly
Whether this object is read-only. Always false.
Public propertyItem
The value associated with the specified key (CLR object's field or property name).
Public propertyKeys
The keys (CLR object's field or property names) contained in this object.
Public propertyValues
The values (CLR object's field or property values) contained in this object.
Top
See Also