JsonParser Methods |
The JsonParser type exposes the following members.
| Name | Description | |
|---|---|---|
| FromJsonT | Converts Json to an object. | |
| Merge | Merge the contents of an object into the contents of another object. (Overrides ResourceParserMerge(Object, Object).) | |
| Read | Parse data for reading. (Overrides ResourceParserRead(Type, Object, String).) | |
| ToJson | Converts an object to Json. | |
| Write | Parse data for writing. (Overrides ResourceParserWrite(Object, String).) |