serde-rs/json
 Watch   
 Star   
 Fork   
25 days ago
json

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @b41sh)
2025-12-27 14:33:18
json

v1.0.148

  • Update zmij dependency to 1.0
2025-12-24 06:12:17
json

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)
2025-12-22 20:02:51
json

v1.0.146

  • Set fast_arithmetic=64 for riscv64 (#1305, thanks @Xeonacid)
2025-09-14 23:55:56
json

v1.0.145

  • Raise serde version requirement to >=1.0.220
2025-09-14 07:35:55
json

v1.0.144

  • Switch serde dependency to serde_core (#1285)
2025-08-19 12:05:11
json

v1.0.143

  • Implement Clone and Debug for serde_json::Map iterators (#1264, thanks @xlambein)
  • Implement Default for CompactFormatter (#1268, thanks @SOF3)
  • Implement FromStr for serde_json::Map (#1271, thanks @mickvangelderen)
2025-08-01 07:21:22
json

v1.0.142

  • impl Default for &Value (#1265, thanks @aatifsyed)
2025-07-19 02:57:53
json

v1.0.141

  • Optimize string escaping during serialization (#1273, thanks @conradludgate)
2025-03-03 17:04:12
json

v1.0.140

  • Documentation improvements