What's Changed
- impl Deserializer for Value (deserialization into other types) by @PSeitz in #22
- compare with simd_json borrowed value by @PSeitz in #11
- Add ObjectAsVec wrapper by @PSeitz in #12
- add Deref to OwnedValue by @PSeitz in #16
- Enable Cow<'str> via cowkeys featureflag by @PSeitz in #17
- chore: implement
From<&'a serde_json::Value>
forValue<'a>
by @ssddOnTop in #18 - document the right time complexity in insert_unchecked_and_get_mut by @trinity-1686a in #20
- refactor: extend returned lifetimes by @meskill in #19
New Contributors
- @ssddOnTop made their first contribution in #18
- @trinity-1686a made their first contribution in #20
- @meskill made their first contribution in #19
Full Changelog: 0.3...0.7.0