Click or drag to resize
JsonObject Properties

The JsonObject type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of propeties contained in the object.
Public propertyIsEmpty
Tests if json object is empty (has no property defined).
Protected propertyIsReadOnly
Returns False.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection(Of T) containing the keys of the object.
Public propertyValues
Gets an ICollection(Of T) containing the values in the object.
Top
See Also