Creates new decoder with given options.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonDecoder(
JsonDecoderOptions options = null
)
Public Sub New (
Optional options As JsonDecoderOptions = Nothing
)
Parameters
- options (Optional)
- Type: Dextronet.JsonieJsonDecoderOptions
Options of the decoder.
See Also