rsjson

Crates.iorsjson
lib.rsrsjson
version0.6.2
created_at2024-02-16 10:04:48.240166+00
updated_at2025-03-23 13:41:12.154546+00
descriptionJson parser library
homepage
repositoryhttps://github.com/ryzeon-dev/rsjson
max_upload_size
id1142304
size55,088
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.1"
  • or run the following command in terminal:
cargo add rsjson

Importation

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

cargo fmt