Adding facet_json library as a dependency
Run this command in a terminal, in your project's directory:
cargo add facet-json
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
facet-json = "0.46.1"
The facet_json library will be automatically available globally.
Read the facet_json library documentation.