Click or drag to resize
JsonParserEncode Method (JsonValue, Stream, JsonEncoderOptions)
Serializes JSON value into JSON string.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static void Encode(
	JsonValue value,
	Stream stream,
	JsonEncoderOptions options = null
)

Parameters

value
Type: Dextronet.JsonieJsonValue
Value which should be serialized.
stream
Type: System.IOStream
Output stream where JSON text will be outputted.
options (Optional)
Type: Dextronet.JsonieJsonEncoderOptions
Encoder options.
See Also