nojson 0.3.13

A flexible Rust JSON library with no dependencies, no macros, no unsafe and optional no_std support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "nojson"
version = "0.3.13"
edition = "2024"
rust-version = "1.88"
license = "MIT"
description = "A flexible Rust JSON library with no dependencies, no macros, no unsafe and optional no_std support"
homepage = "https://github.com/sile/nojson"
repository = "https://github.com/sile/nojson"
readme = "README.md"
categories = ["encoding", "no-std", "parser-implementations"]

[features]
default = ["std"]
std = []

[dev-dependencies]
noprop = "0.1"