aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/json-impls.hh
AgeCommit message (Collapse)Author
2023-01-11Remove default constructor from `OutputsSpec`John Ericson
This forces us to be explicit. It also requires to rework how `from_json` works. A `JSON_IMPL` is added to assist with this.