Click or drag to resize
JsonDynamic Properties

The JsonDynamic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in array or members in object of the dynamic type.
Public propertyIsArray
Tests if this is JSON array.
Public propertyIsBoolean
Tests if this is JSON boolean.
Public propertyIsNull
Tests if this is JSON null.
Public propertyIsNumber
Test if this is JSON number.
Public propertyIsObject
Tests if this is JSON object.
Public propertyIsScalar
Tests if this is JSON string or number or boolean or null.
Public propertyIsString
Tests if this is JSON string.
Public propertyItem[Int32]
Gets the item stored on given index.
Public propertyItem[String]
Gets the memeber indexed by given key.
Public propertyValue
Gets the wrapped value.
Top
See Also