jello

A command-line JSON processor using Python syntax. More information: https://github.com/kellyjonbrazil/jello.

cat file.json | jello

cat file.json | jello -s

cat file.json | jello -l

cat file.json | jello _[0]

cat file.json | jello '[i.key_name for i in _]'

cat file.json | jello '{"key1": _.key_name1, "key_name": _.key_name2}'

cat file.json | jello -r '"some text: " + _.key_name'