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