Releases: serde-rs/json
Releases · serde-rs/json
v1.0.51
Terminate StreamDeserializer after errors instead of repeatedly reparsing the same failed input (#647 )
Add FusedIterator impls for StreamDeserializer and for Map's various iterators
v1.0.49
Improve error message when neither "std" nor "alloc" feature is enabled (#643 )
v1.0.48
Add serde_json::value::Serializer
which produces a Value
as output (#621 , thanks @sdleffler )
v1.0.47
Raise serde requirement to 1.0.100+ for the necessary no-std traits (#617 , thanks @Xanewok )
v1.0.46
Serialize JSON map entries using serialize_entry instead of serialize_key + serialize_value to support transcoding to XML (#614 , thanks @jmfiaschi )
v1.0.44
Implement IntoDeserializer for serde_json::Value to allow deserializing from types like HashMap<String, Value>
(#591 )
v1.0.43
Declare accurate minimum required version of indexmap crate when preserve-order feature is enabled (#590 , thanks @nlordell )
v1.0.42
Add impl From<()> for Value
which produces Value::Null (#585 , thanks @Nilix007 )
You can’t perform that action at this time.