rsjson

Crates.iorsjson
lib.rsrsjson
version0.4.2
sourcesrc
created_at2024-02-16 10:04:48.240166
updated_at2024-07-13 14:27:13.46714
descriptionJson parser library
homepage
repositoryhttps://github.com/ryzeon-dev/rsjson
max_upload_size
id1142304
size53,794
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.4.3"
  • or run the following command in terminal:
cargo add rsjson

Importation

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

cargo fmt