- 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 message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
... [dependencies] rsjson = "0.6.1"
cargo add rsjson
use rsjson;