Registry / serialization / serde-jsonrc

serde-jsonrc

JSON →
library0.1.0rscratesunverified

A lenient JSON serialization file format

# Cargo.toml [dependencies] serde_jsonrc = "0.1.0"
INSTALL
IMPORT
SIG · SERDE-JSONRC
S
serde-jsonrc
serializationrustv0.1.0
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.

from_str
use serde_jsonrc::from_str;

Parse a lenient JSON string into a Value.

use serde_jsonrc::from_str; fn main() { let data: serde_jsonrc::Value = from_str("{'key': 'value'}").unwrap(); println!("Parsed: {:?}", data); }
Debug
Known issues
gotchaThis crate is not the standard serde_json; it uses a lenient parser that may accept invalid JSON.
fix
Use serde_json for strict JSON parsing if needed.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
serde-jsonrc — cargo add serde-jsonrc · libregistry