A Serde (de)serializer for the JSON5 data format, which extends JSON with comments and other features.
# Cargo.toml
[dependencies]
serde_json5 = "0.2.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserialize a JSON5 string into a serde_json::Value
Ensure your data conforms to JSON5 syntax (e.g., unquoted keys, comments).
No dependency data recorded yet.