What's Changed
Breaking Changes
- Optimized JSON iterator implementation using
Cow
to eliminate unnecessary copies - Removed redundant allocations in the
pointer!()
macro for enhanced performance - Change
WriteExt
trait to return errors
Enhancement
- More APIs in
LazyValue
- Less memory consumption and faster lookup in
Value
New Contributors
- @lsjbd made their first contribution in #143
- @qRoC made their first contribution in #148
- @Ggiggle made their first contribution in #149
Full Changelog: 0.3.17...0.4.0