Helps you view JSON on the command-line.
Go to file
2018-05-09 13:07:31 +02:00
.gitignore first commit 2018-05-09 13:07:31 +02:00
Dockerfile first commit 2018-05-09 13:07:31 +02:00
README.md first commit 2018-05-09 13:07:31 +02:00

IMPORTANT

It appears that it is not yet working as desired, see: https://github.com/moby/moby/issues/37023

jv

This is a smallest possible docker image for jv. 2.9MiB

jv (for jsonviewer) helps you view your JSON.

Usage

Add the following alias to your ~/.bash_aliases file:

alias jv='docker run --rm -ti andrey01/jv'

References