You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An underappreciated feature of jq is simply using it to pretty-print compact JSON such as jq . compact.json.
Is there a jp equivalent? I tried cat compact.json | jp @ but that did not do what I expected, probably owing to my having learned JMESPath only a couple hours ago and still finding my legs.