matthewadams / docker-json

Docker wrapper of http://trentm.com/json/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trentm/json Docker Wrapper

This repo simply wraps http://trentm.com/json in a convenient Docker image.

Alias

Creating an alias like

alias json='docker run --rm -i matthewadams12/json json'

is pretty darned convenient.

Run with alias

$ echo '"foo"' | json
foo
$ echo '{"foo":"bar"}' | json foo
bar

etc...

About

Docker wrapper of http://trentm.com/json/