Closed jsiefer closed 1 year ago
Hey @jsiefer,
You can achieve that already by using serde_json::RawValue
. I think you might find that function useful: https://docs.rs/serde_json/1.0.107/serde_json/value/struct.RawValue.html#method.from_string
serde_json::RawValue
implements Serialize
Right, good point! Thank you! (and sorry for the late reply)
I would be nice if one could construct json EventData from already made json.
e.g.
eventstore::EventData::json_str()