ryzeon-dev / rsjson

Json file parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsjson

  • Json file parser library

crates.io repository

docs.rs documentation


Installation

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

Importation

  • include the following line into your code
use rsjson;

About

Json file parser library

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%