rsjson Json file parser library crates.io repository docs.rs documentation Installation add to your Cargo.toml: ... [dependencies] rsjson = "0.6.1" or run the following command in terminal: cargo add rsjson Importation include the following line into your code use rsjson;