Jsonui Save Abandoned

jsonui is an interactive JSON explorer on your command line

Project README

JSONUI

jsonui is an interactive JSON explorer in your command line. You can pipe any JSON into jsonui and explore it, copy the path for each element.

Install

go get -u github.com/gulyasm/jsonui

Binary Releases

Binary releases are availabe

Usage

Just use the standard output:

cat test_big.json | jsonui

Keys

j, DownArrow

Move down a line

k, DownUp

Move up a line

J/PageDown

Move down 15 lines

K/PageUp

Move up 15 lines

h/?

Toggle Help view

e

Toggle node (expend or collapse)

E

Expand all nodes

C

Collapse all nodes

q/Ctrl+C

Quit jsonui

Acknowledgments

Special thanks for asciimoo and the wuzz project for all the help and suggestions.

Open Source Agenda is not affiliated with "Jsonui" Project. README Source: gulyasm/jsonui

Open Source Agenda Badge

Open Source Agenda Rating