rem’s avatarrem’s Twitter Archive—№ 65,387

    1. 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.
  1. …in reply to @rem
    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.