rsjson
- Json file parser library
Installation
- add to your Cargo.toml:
...
[]
= "0.6.1"
- or run the following command in terminal:
Importation
- include the following line into your code
use rsjson;
...
[dependencies]
rsjson = "0.6.1"
cargo add rsjson
use rsjson;