I'm putting together a quick CLI based on this library and would like to return arbitrary JSON using serde but this is an issue since the serde::ser::Serialize trait is not included on the structs.
I'd be willing to contribute this change if you're okay with it?
I'm putting together a quick CLI based on this library and would like to return arbitrary JSON using serde but this is an issue since the
serde::ser::Serialize
trait is not included on the structs.I'd be willing to contribute this change if you're okay with it?