Classes responsible for JSON decoding.
Inheritance Hierarchy
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax The JsonDecoder type exposes the following members.
Constructors
| Name | Description |
---|
| JsonDecoder |
Creates new decoder with given options.
|
TopMethods
| Name | Description |
---|
| Decode |
Deserializes JSON encoded string into object representation.
|
TopSee Also