Registry / serialization / deser-hjson

deser-hjson

JSON →
library2.2.5rscratesunverified

A Hjson deserializer for Serde.

# Cargo.toml [dependencies] deser-hjson = "2.2.5"
INSTALL
IMPORT
SIG · DESER-HJSON
D
deser-hjson
serializationrustv2.2.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.

from_str
use deser_hjson::from_str;

Deserialize a Hjson string into a JSON value.

use deser_hjson::from_str; let data: serde_json::Value = from_str("{key: value}").unwrap(); println!("{:?}", data);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
deser-hjson — cargo add deser-hjson · libregistry