removal of nodes, by naming nodes to excise · Issue #37 · jqlang/jq

Input {"foo": 42, "bar": "less interesting data", "baz": "sdkjhsdf"} Output {"foo": 42, "baz": "sdkjhsdf"} The jq expression would cite bar, but not foo or baz. Possibly overloading the minus char ...