emuto
manipulate JSON files
Help
process JSON files
USAGE
$ emuto [FILTER]
OPTIONS
-I, --input-feature=head special features for the input format
-c, --color color output
-d, --input-delimiter=input-delimiter delimiter for dsv input
-h, --help show CLI help
-i, --input=input [default: json] input format. Valid:
json, raw, csv, tsv, dsv
-o, --output=output [default: json] output format. Valid:
json, raw
-s, --script-file=script-file read script from file
-u, --ugly don't prettify output
-v, --version show CLI version
DESCRIPTION
Example:
cat input.json | emuto '$.characters | map ($ => $ { name gender})'
The shebang for emuto is #! emuto -s