core-json 0.2.2

A non-allocating JSON deserializer
Documentation
# `core-json 0.2.2`

- [Remove functions accidentally marked `pub`]https://github.com/core-json/core-json/commit/0cc8bd0a98405c0ac4dd9b7a64f76f83ed507cb2

# `core-json 0.2.1`

- [Update repository URLs]https://github.com/core-json/core-json/commit/da434e18e426fb5bd3abf7dffa1462011770379e
- [Support working with objects with numbers of unbounded size]https://github.com/core-json/core-json/commit/e726edc5a23c086be9f15ced9c76507e44708401

# `core-json 0.2.0`

- [Always yield an iterator for escaped strings]https://github.com/core-json/core-json/commit/2841de13ebdb890aae9e7f4b01ef2326a4022cfc

# `core-json 0.1.3`

- [Promote unescaping `String`s into `core-json` from `core-json-traits`]https://github.com/core-json/core-json/commit/39eb82f38f62e2829f50201d6169a79d7d596218

# `core-json 0.1.2`

- [Replace the bespoke `i64` parser with the spec-compliant number parser]https://github.com/core-json/core-json/commit/0425a7c44a777881995af9576e06c27b660dd971

# `core-json 0.1.1`

- [Validate JSON per RFC 8259]https://github.com/core-json/core-json/commit/80744ef91c96235dc0b648d4bb7699e21b87b0b0
- Added test suites, fixing various implementation bugs

# `core-json 0.1.0`

- Initial release