| IJsonParser Interface |
Namespace: Jeneva
The IJsonParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Parse(JToken, Type) |
Parses JSON data into domain object
| |
| ParseT(JToken) |
Parses JSON data into domain object
| |
| ParseList |
Parses JSON data into a list of domain objects
|