Module foxbox_taxonomy::parse
[−]
[src]
Tools for parsing from JSON. Utilities for defining a JSON parser.
Structs
| JSONError | |
| Path |
A path in the JSON tree. Used for displaying error messages. |
Enums
| JSON |
Represents a JSON value |
| ParseError |
An error during parsing. |
Traits
| Parser |
An object that knows how to parse values from JSON into type T. |
Functions
| check_fields |
Utility function: Make sure that we have consumed all the fields of an object. |