This topic has not yet been rated - Rate this topic

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.

System.Object
  System.Runtime.Serialization.Json.JsonValueExtensions

Namespace:  System.Runtime.Serialization.Json
Assembly:  System.Json (in System.Json.dll)
public static class JsonValueExtensions

The JsonValueExtensions type exposes the following members.

  NameDescription
Public methodStatic memberCreateFromCreates a form for the JsonValueExtensions object.
Public methodStatic memberReadAsType(JsonValue, Type)Reads the JsonValueExtensions as a type with specified value.
Public methodStatic memberReadAsType<T>(JsonValue)Reads the JsonValueExtensions as an object.
Public methodStatic memberReadAsType<T>(JsonValue, T)Reads the JsonValueExtensions as an object with specified fallback.
Public methodStatic memberTryReadAsType(JsonValue, Type, Object)Tries to read the JsonValueExtensions as a type.
Public methodStatic memberTryReadAsType<T>(JsonValue, T)Tries to read the JsonValueExtensions as a generic type.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.