The JsonData type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of items in a collection.
Public propertyIsArray
Gets true for array values.
Public propertyIsBoolean
Gets true for Boolean values.
Public propertyIsDouble
Gets true for Double values.
Public propertyIsInt
Gets true for Int values
Public propertyIsLong
Gets true for Long values.
Public propertyIsNull
Gets true for null values.
Public propertyIsObject
Gets true for Object values.
Public propertyIsString
Gets true for String values.
Public propertyItem[([( Int32])])
Accesses a collection value
Public propertyItem[([( String])])
Accesses a dictionary value.
Public propertyKeys
List of dictionary keys.

See Also