Parse, read, and create JSON from the command line
Parse, read, and create JSON from the shell
jshon$ echo '{"name": "John", "age": 30}' | jshon -e name$ echo '{"users": [{"id": 1, "name": "Alice"}]}' | jshon -e users -a -e name$ cat data.json | jshon -C