[−][src]Module serde_hjson::error
JSON Errors
This module is centered around the Error and ErrorCode types, which represents all possible
serde_hjson errors.
Enums
| Error | This type represents all possible errors that can occur when serializing or deserializing a value into JSON. |
| ErrorCode | The errors that can arise while parsing a JSON stream. |
Type Definitions
| Result | Helper alias for |