Eventually I want to add structured support for common custom data, but as a good first step custom data should be captured as serde_json::Value. I'm not sure what the best practices for something like this is nor if serde offers any related features, so this is more of an idea than a concrete plan.
Eventually I want to add structured support for common custom data, but as a good first step custom data should be captured as
serde_json::Value. I'm not sure what the best practices for something like this is nor if serde offers any related features, so this is more of an idea than a concrete plan.