Y
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
littleblah
2469 days ago
`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.
link
Why json and not csv? Strictier parsing by javascript.