rsjson 0.6.2

Json parser library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rsjson"
version = "0.6.2"
authors = ["ryzeon-dev"]
description = "Json parser library"
edition = "2021"
license = "AGPL-3.0-or-later"
repository = "https://github.com/ryzeon-dev/rsjson"
readme = "README.md"

[lib]
path = "src/lib.rs"

[dependencies]