←back to thread

2039 points Gadiguibou | 2 comments | | HN request time: 0.469s | source
1. eddieroger ◴[] No.36492008[source]
I don't remember when I learned about these, but they've been game changers, and everyone I've shared them with feels the same way. I use your use case often as well, though through `jq` because I'm more familiar with it, and sometimes wish to do transforms.
replies(1): >>36492324 #
2. nerdponx ◴[] No.36492324[source]
You can use `python -m json.tool` for just JSON formatting, which is convenient now that Python is available by default in most Linux distros. Jq is really excellent though.