tinyjson 2.0.3

Tiny simple JSON parser/generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.maintenance]
status = "passively-maintained"

[dependencies]

[package]
authors = ["rhysd <lin90162@yahoo.co.jp>"]
categories = ["encoding", "parsing"]
description = "Tiny simple JSON parser/generator"
edition = "2018"
homepage = "https://github.com/rhysd/tinyjson"
include = ["Cargo.toml", "README.md", "LICENSE.txt", "src/*.rs"]
keywords = ["json", "parser", "generator"]
license = "MIT"
name = "tinyjson"
readme = "README.md"
repository = "https://github.com/rhysd/tinyjson"
version = "2.0.3"