Awesome
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
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.