Is it possible to 1. read a config 2. prettyprint the ron::Value, while maintaining all struct names 3. optionally convert the struct names to a tag when converting to serde_json::Value
Is it possible to