Module rsonpath_syntax::num::error

source ·
Expand description

Error types for arithmetic, conversion, and parse operations on JsonInt and JsonUInt.

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.