Registry / serialization / json-syntax

json-syntax

JSON →
library0.12.5rscratesunverified

Strict JSON parsing and mapping library.

# Cargo.toml [dependencies] json-syntax = "0.12.5"
INSTALL
IMPORT
SIG · JSON-SYNTAX
J
json-syntax
serializationrustv0.12.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Value
use json_syntax::Value;

Parse a JSON string into a json_syntax Value.

use json_syntax::Value; let value: Value = serde_json::from_str("{\"key\": 42}").unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
json-syntax — cargo add json-syntax · libregistry