JsonValueExtensions Methods |
The JsonValueExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AsArray |
Casts (CType) value to JsonObject.
|
![]() ![]() | AsBoolean |
Casts (CType) value to JsonBool.
|
![]() ![]() | AsNumber |
Casts (CType) value to JsonNumber.
|
![]() ![]() | AsObject |
Casts (CType) value to JsonObject.
|
![]() ![]() | AsString |
Casts (CType) value to JsonString.
|
![]() ![]() | ToDynamic |
Wraps given json value to dynamic type.
|