rsjson

Crates.iorsjson
lib.rsrsjson
version0.5.1
sourcesrc
created_at2024-02-16 10:04:48.240166
updated_at2024-09-28 08:30:24.057927
descriptionJson parser library
homepage
repositoryhttps://github.com/ryzeon-dev/rsjson
max_upload_size
id1142304
size54,080
Ryzeon (ryzeon-dev)

documentation

README

rsjson

  • Json file parser library

crates.io repository

docs.rs documentation


Installation

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

Importation

  • include the following line into your code
use rsjson;
Commit count: 31

cargo fmt