Using JQ and Bash To Parse JSON
Here’s a very quick little thing I just had to do, that maybe useful to you at some point in the future. The idea is that I had a JSON file (technically some JS to begin with), and I wanted to create a new file in the current directory for each entry in the JSON. … Read more