nojson 0.3.2

A flexible JSON library with no dependencies and no macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nojson"
version = "0.3.2"
edition = "2024"
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"]

[dependencies]