[`RawValue`](https://docs.rs/serde_json/latest/serde_json/value/struct.RawValue.html) is a useful API for storing arbitrary JSON data and not deserializing the whole thing. `json5` could provide an equivalent type.