json-rust
json-rust copied to clipboard
JsonValue::as_u64 can panic
I just discovered in my code that the following lines can overflow and panic: https://docs.rs/json/0.11.13/src/json/number.rs.html#444.