Hacker News new | ask | show | jobs
by cadbox1 2469 days ago
Did you use a tool to create the JSON or did you type it by hand?
1 comments

`jq` is great. Initially, I started with excel, which I exported as csv, which using `jq` I converted to JSON.

Why json and not csv? Strictier parsing by javascript.