Click or drag to resize
JsonDecoder Constructor
Creates new decoder with given options.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonDecoder(
	JsonDecoderOptions options = null
)

Parameters

options (Optional)
Type: Dextronet.JsonieJsonDecoderOptions
Options of the decoder.
See Also