convey
convey copied to clipboard
Extend render_json! macro
- [ ] Support passing in a JSON-structure with substitutions in
render_json!- can most likely pass all tokens down to serde_json's
json!macro
- can most likely pass all tokens down to serde_json's
https://github.com/killercup/output-rs/blob/d28762e34d20976812542ab8dbd76fc3f1318919/src/json.rs#L63