The JsonData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of items in a collection.
|
![]() | IsArray |
Gets true for array values.
|
![]() | IsBoolean |
Gets true for Boolean values.
|
![]() | IsDouble |
Gets true for Double values.
|
![]() | IsInt |
Gets true for Int values
|
![]() | IsLong |
Gets true for Long values.
|
![]() | IsNull |
Gets true for null values.
|
![]() | IsObject |
Gets true for Object values.
|
![]() | IsString |
Gets true for String values.
|
![]() | Item[([( Int32])]) |
Accesses a collection value
|
![]() | Item[([( String])]) |
Accesses a dictionary value.
|
![]() | Keys |