Skip to content

jzon v0.12.5

Latest
Compare
Choose a tag to compare
@gierens gierens released this 25 Aug 17:16
· 6 commits to main since this release

This is the first version of jzon which continues the unmaintained
json v0.12.4.

Features

  • Implement IntoIterator for Object
  • Add as_object() and as_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