jsoncall
Run this command in a terminal, in your project's directory:
cargo add jsoncall
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
jsoncall = "0.0.3"
The jsoncall library will be automatically available globally. Read the jsoncall library documentation.
Back to the crate overview.