Reshape JSON by collapsing nested data

Published ยท Updated 10 Feb 2025

Here I am collapsing the “_source” key, I.e. getting rid of it.

curl https://s.natalian.org/2020-09-19/sample.json | jq 'map(del(._source) + ._source)'