A no_std compatible subset of serde_json for serializing and deserializing JSON in embedded environments.
# Cargo.toml
[dependencies]
serde-json-core = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserialize a JSON byte slice into a Value using serde-json-core.
Add `features = ["alloc"]` to your Cargo.toml dependency if you need Value or other heap types.
No dependency data recorded yet.