Click or drag to resize
JsonValue Properties

The JsonValue type exposes the following members.

Properties
  NameDescription
Public propertyIsArray
Tests if this is JSON array.
Public propertyIsBoolean
Tests if this is boolean.
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.
Public propertyIsString
Tests if this is JSON string.
Top
See Also