JSONDynamicObject Constructor (JSONDynamicObjectKind, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates a dynamic wrapper around existing array or map. Optionally specifies map key case sensitivity

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public JSONDynamicObject(
	JSONDynamicObjectKind kind,
	bool caseSensitiveMap = true
)
See Also