JsonValueExtensions Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents Json value extensions.
Namespace: System.Runtime.Serialization.Json
Assembly: System.Json (in System.Json.dll)
The JsonValueExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CreateFrom | Creates a form for the JsonValueExtensions object. |
![]() ![]() | ReadAsType(JsonValue, Type) | Reads the JsonValueExtensions as a type with specified value. |
![]() ![]() | ReadAsType<T>(JsonValue) | Reads the JsonValueExtensions as an object. |
![]() ![]() | ReadAsType<T>(JsonValue, T) | Reads the JsonValueExtensions as an object with specified fallback. |
![]() ![]() | TryReadAsType(JsonValue, Type, Object) | Tries to read the JsonValueExtensions as a type. |
![]() ![]() | TryReadAsType<T>(JsonValue, T) | Tries to read the JsonValueExtensions as a generic type. |
