nojson 0.3.9

A flexible JSON library with no dependencies and no macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "nojson"
version = "0.3.9"
edition = "2024"
rust-version = "1.88"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
license = "MIT"
description = "A flexible JSON library with no dependencies and no macros"
homepage = "https://github.com/sile/nojson"
repository = "https://github.com/sile/nojson"
readme = "README.md"
categories = ["encoding", "parser-implementations"]

[workspace]
members = ["fuzz", "pbt"]