Click or drag to resize
JsonDynamic Constructor
Creates new dynamic wrapper around specified JsonValue.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonDynamic(
	JsonValue value
)

Parameters

value
Type: Dextronet.JsonieJsonValue
The value to wrap as dynamic type. Value can be null.
See Also