One-liner JSON pretty print python

Pretty-print a JSON file using stdlib

python3 -m json.tool < input.json
more python all 15 commands →