Docker wrapper for http://trentm.com/json
403
This repo simply wraps http://trentm.com/json in a convenient Docker image.
Creating an alias like
alias json='docker run --rm -i matthewadams12/json json'
is pretty darned convenient.
$ echo '"foo"' | json
foo
$ echo '{"foo":"bar"}' | json foo
bar
etc...
Content type
Image
Digest
Size
21.7 MB
Last updated
over 8 years ago
docker pull matthewadams12/json