Click or drag to resize
JsonValueExtensions Class
Contains extensions to JsonValue object. Extensions makes Json library to easier work with.
Inheritance Hierarchy
SystemObject
  Dextronet.Jsonie.ExtensionsJsonValueExtensions

Namespace: Dextronet.Jsonie.Extensions
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public sealed class JsonValueExtensions

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