Today I Learned

hashrocket A Hashrocket project

Alphabetize Keys with jq

In a previous post, I wrote about how jq is great because it doesn't alphabetize JSON keys by default. I still think that's great, because sometimes the key order is meaningful, such as might be found in a package.json file.

We can add alphabetization to jq, however, using the -S flag. To format and and sort you current buffer in Vim, run the following:

:%!jq -S '.'

Happy JSON-ing!

See More #javascript TILs
Looking for help? At Hashrocket, our JavaScript experts launch scalable, performant apps on the Web, Android and iOS. Contact us and find out how we can help you.