Click or drag to resize
JsonString Constructor
Creates new JSON string.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonString(
	string value
)

Parameters

value
Type: SystemString
Value of the object.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also