jq
Sorting JSON by Value with JQ (Command Line JSON Processor) - Big Datums
http://bigdatums.net/2016/11/29/sorting-json-by-value-with-jq/
jq is a lightweight command line JSON processor that is very easy to use. Sometimes it is helpful to see your data sorted by a particular field value. Luckily jq makes this easy to do. Here are some sample JSON records we will be working with in this post: Sorting JSON by value with jq […]
Added 1 month ago