jq

jq is a command-line sed-like processor for JSON.

Basic

To display the json structure in readable form:

jq '.' data.json

I started to use it on 30 July (2023) for doi2bib.

Links