JsonValue Properties |
The JsonValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsArray |
Tests if this is JSON array.
|
![]() | IsBoolean |
Tests if this is boolean.
|
![]() | IsNumber |
Test if this is JSON number.
|
![]() | IsObject |
Tests if this is JSON object.
|
![]() | IsScalar |
Tests if this is JSON string or number or boolean.
|
![]() | IsString |
Tests if this is JSON string.
|