nojson 0.3.1

A flexible JSON library with no dependencies and no macros
Documentation
[dependencies]

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

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "A flexible JSON library with no dependencies and no macros"
edition = "2024"
homepage = "https://github.com/sile/nojson"
license = "MIT"
name = "nojson"
readme = "README.md"
repository = "https://github.com/sile/nojson"
version = "0.3.1"

[[test]]
name = "test_format"
path = "tests/test_format.rs"

[[test]]
name = "test_parse"
path = "tests/test_parse.rs"