58 releases (5 stable)

Uses new Rust 2024

new 2.0.3 Mar 21, 2025
2.0.2 Dec 20, 2024
1.0.0 Nov 26, 2024
0.27.10 May 23, 2024
0.18.5 Dec 30, 2019

#833 in Encoding

Download history 69/week @ 2024-12-04 1/week @ 2024-12-11 121/week @ 2024-12-18 5/week @ 2025-01-08 2/week @ 2025-02-19 21/week @ 2025-02-26 125/week @ 2025-03-19

146 downloads per month

LGPL-3.0-or-later

150KB
2.5K SLoC

Some JSON implementation

Project

  • License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
  • This project follows Semantic Versioning 2.0.0

Features

  • This is an implementation of JSON.
  • Parsing from Read: parse().
  • Generating to JSON string: Json.

Notes

  • Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

  • Nightly Rust is only required for building documentation.

No runtime deps