rsjson

Crates.iorsjson
lib.rsrsjson
version0.6.0
sourcesrc
created_at2024-02-16 10:04:48.240166
updated_at2025-01-28 19:16:51.304783
descriptionJson parser library
homepage
repositoryhttps://github.com/ryzeon-dev/rsjson
max_upload_size
id1142304
size54,239
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.6.0"
  • or run the following command in terminal:
cargo add rsjson

Importation

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

cargo fmt