callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Equivalent to `serde_json::value::RawValue` #40

Open SabrinaJewson opened 2 years ago

SabrinaJewson commented 2 years ago

RawValue is a useful API for storing arbitrary JSON data and not deserializing the whole thing. json5 could provide an equivalent type.