Expand description
Structsยง
- Json
Float Convert Error - Errors raised when trying to convert between
JsonFloat
and regular Rust floating point numbers. - Json
Float Parse Error - Errors raised when trying to parse
JsonFloat
values from strings. - Json
IntOverflow Error - 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.
- Json
IntParse Error - Errors raised when trying to parse JSON integer types from strings.