This is the first version of jzon which continues the unmaintained
json v0.12.4.
Features
- Implement
IntoIterator
forObject
- Add
as_object()
andas_array()
methods
Bug Fixes
- Avoid zero initialization in
Short
Refactor
- Update lifetimes of
read_complex_string
- Fix a few typos
Documentation
- Rename to jzon
- Add this changelog
CI
- Add Github workflows