rsjson 0.4.0

Json parser library
Documentation

rsjson

  • Json file parser library

crates.io repository

docs.rs documentation


Installation

  • add to your Cargo.toml:
...
[dependencies]
rsjson = "0.4.0"
  • or run the following command in terminal:
cargo add rsjson

Importation

  • include the following line into your code
use rsjson;