25 releases
0.6.2 | Mar 23, 2025 |
---|---|
0.6.0 | Jan 28, 2025 |
0.5.1 | Sep 28, 2024 |
0.5.0 | Jul 20, 2024 |
0.2.2 | Mar 25, 2024 |
#624 in Encoding
225 downloads per month
Used in 3 crates
21KB
490 lines
rsjson
- Json file parser library
Installation
- add to your Cargo.toml:
...
[dependencies]
rsjson = "0.6.1"
- or run the following command in terminal:
cargo add rsjson
Importation
- include the following line into your code
use rsjson;