jss icon indicating copy to clipboard operation
jss copied to clipboard

JSON processing command line tool based on JSONSelect (CSS-like selectors for JSON)

Results 6 jss issues
Sort by recently updated
recently updated
newest added

seems better than manually parsing options and args

jq supports this, jss should too.

enhancement

If a file has ten JSON objects in it, one after the other, jss should read them all and run them through the transformation pipeline.

enhancement

This command runs for ~20 seconds and then prints all of its output in one go: ([GeoJSON file](https://github.com/danvk/comparea/blob/master/comparea/static/data/comparea.geo.json)) ``` jss .name comparea.geo.json ``` The issue is that the `jsonselect.match` iterator...

enhancement

This is particularly useful for select mode, where you might want one output per line.

enhancement