Releases: serde-rs/json
Releases · serde-rs/json
v1.0.137
Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231 )
v1.0.136
Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230 , thanks @goffrie )
v1.0.134
Add RawValue
associated constants for literal null
, true
, false
(#1221 , thanks @bheylin )
v1.0.133
Implement From<[T; N]> for serde_json::Value (#1215 )
v1.0.132
Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205 )
Improve performance of JSON array and JSON object deserialization by about 8% (#1206 )
v1.0.131
Implement Deserializer and IntoDeserializer for Map<String, Value>
and &Map<String, Value>
(#1135 , thanks @swlynch99 )
v1.0.130
Support converting and deserializing Number
from i128 and u128 (#1141 , thanks @druide )
v1.0.128
Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188 , thanks @Mrreadiness )
You can’t perform that action at this time.