Click or drag to resize
JsonValue  Conversion (String to JsonValue)
Performs an implicit conversion from String to JsonString.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static implicit operator JsonValue (
	string value
)

Parameters

value
Type: SystemString
The value to convert.

Return Value

Type: JsonValue
The JsonString casted from the specified value.
See Also