jq is a great tool for processing JSON files. One trick I use often is the following.

<input.json jq .

Because the query "." is at the end, you can iterate very fast on a solution.