A command-line (terminal) tool to edit / create JSON files
$ npm install --global jsonedit
$ jsonedit test.json
key> name
value> jsonedit
key> version
value> 0.0.1
key> (type enter to break)
Because manually writing JSON syntax is still hard,
even though it's been much better compared to XML / HTML.
Think about the {, }, :, " things..
Everything.. such as
- other types like
number,null - nested
objectorarray - field removing
- field sorting