serde-rs / json

Strongly typed JSON library for Rust
Apache License 2.0
4.7k stars 536 forks source link

Add i128 deserialization #1141

Open druide opened 3 weeks ago

druide commented 3 weeks ago

Implemented serde::de::Visitor::visit_i128. This fixes compatability with Ipld::Integer when using DagJsonCodec.