Click or drag to resize
JsonDecoder Class
Classes responsible for JSON decoding.
Inheritance Hierarchy
SystemObject
  Dextronet.JsonieJsonDecoder

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

The JsonDecoder type exposes the following members.

Constructors
  NameDescription
Public methodJsonDecoder
Creates new decoder with given options.
Top
Methods
  NameDescription
Public methodDecode
Deserializes JSON encoded string into object representation.
Top
See Also