How to sort a json file by keys and values of those keys in jq
We’re building a website using the Pentaho CTools library, which has a graphical dashboard editor which writes out JSON-format files for part of the dashboard. I’d like to apply a transform to these files before check-in to git in order to sort them by key and then by the value of certain keys. The purpose … Read more