jss icon indicating copy to clipboard operation
jss copied to clipboard

Read from stdin

Open danvk opened this issue 10 years ago • 1 comments

jq supports this, jss should too.

danvk avatar Oct 14 '14 22:10 danvk

The workaround for now is to pass /dev/stdin as the file argument:

cat foo.json | jss -v null /dev/stdin

danvk avatar Dec 03 '14 16:12 danvk