jq in Shell Scripts: The Small Things That Trip You Up
The Setup If you work with JSON APIs, configs, or log processing, you have probably used...
Tag archive
The Setup If you work with JSON APIs, configs, or log processing, you have probably used...
A practical jq field guide for developers: filter, map, select, and reshape JSON from APIs and log files with real recipes you can paste into a terminal today.
jq is sed for JSON. The patterns I use weekly — filtering, transforming, grouping — and the one-liner that replaced every Python parsing script I had.

Trailing commas, single quotes, comments in JSON. The same errors over and over. So I built a tool that fixes them automatically, plus a jq playground that runs in the browser.
Introduction: The JSON Formatting Bottleneck Every developer has been there: you run an...
Context We hit the limit for AWS CloudFormation Template Size of 1 MB which caused our...
If you are working with JSON files then jq could be a very valuable tool. jq has proven to be a...
In the world of data manipulation, JSON has become a ubiquitous format, but filtering and querying...

I listened to this podcast today, Kodsnack 585 (in Swedish), which discuss the tool jq. The tool has...

A bit ago I realized I needed to generate redirect text for each of my current blog posts on my...
These last days I’ve reported to the Dev.to admin a few posts as spam, so I’ve developed this small...
Introduction Are you tired of juggling of between multiple clusters in your local...