sj 0.23.0

Some JSON implementation
Documentation
<!-- License: see LICENSE file at root directory of main branch -->

# Some JSON implementation

- Version: [`0.23.0`]src/version_info.rs _(September 18th, 2022)_
    + _This project follows [Semantic Versioning 2.0.0]_
- License: [Nice License 1.0.1]LICENSE

---

- Crate: <https://crates.io/crates/sj>
- Documentation: <https://docs.rs/sj>

---

This is an implementation of [JSON][site:json], in [Rust][site:rust] programming language.

Examples (tested) can be found here: <https://docs.rs/sj/latest/sj/enum.Value.html>

[Semantic Versioning 2.0.0]: https://semver.org/spec/v2.0.0.html
[site:json]: https://www.json.org/
[site:rust]: https://www.rust-lang.org/