Adding jsoncall library as a dependency

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:

jsoncall = "0.0.3"

The jsoncall library will be automatically available globally. Read the jsoncall library documentation.

Back to the crate overview.