Module rsonpath_syntax::num::error
source · Expand description
Structs
- Errors raised when trying to convert between JSON integer types or between a JSON int and a regular Rust int, or when performing arithmetic on JSON ints that would over-/underflow.
- Errors raised when trying to parse JSON integer types from strings.