Click or drag to resize
JsonDecoderOptions Class
Options for JSON decoder.
Inheritance Hierarchy
SystemObject
  Dextronet.JsonieJsonDecoderOptions

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public class JsonDecoderOptions

The JsonDecoderOptions type exposes the following members.

Constructors
  NameDescription
Public methodJsonDecoderOptions
Initializes a new instance of the JsonDecoderOptions class
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Gets default decoder options.
Top
See Also