-
Every time I want to manipulate some JSON into…well, anything, jq is perfect. Bit tricky to learn fully, but really good. Might add a video on it to terminal.training.
-
Current example, I want to delete a bunch of projects I made on glitch, so I've pulled an API response of everything, then used jq to transform the JSON to curl commands.