serde-rs / json

Strongly typed JSON library for Rust
Apache License 2.0
4.91k stars 560 forks source link

Return error instead of Null if i128 deserialized to Value is out of range #1203

Closed dtolnay closed 1 month ago

dtolnay commented 1 month ago

Followup to https://github.com/serde-rs/json/pull/1141.