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