Click or drag to resize
JsonValueExtensions Methods

The JsonValueExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsArray
Casts (CType) value to JsonObject.
Public methodStatic memberAsBoolean
Casts (CType) value to JsonBool.
Public methodStatic memberAsNumber
Casts (CType) value to JsonNumber.
Public methodStatic memberAsObject
Casts (CType) value to JsonObject.
Public methodStatic memberAsString
Casts (CType) value to JsonString.
Public methodStatic memberToDynamic
Wraps given json value to dynamic type.
Top
See Also