Skip to content
forked from gulyasm/jsonui

jsonui is an interactive JSON explorer on your command line

License

Notifications You must be signed in to change notification settings

2892931976/jsonui

 
 

Repository files navigation

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

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

About

jsonui is an interactive JSON explorer on your command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.5%
  • Makefile 1.5%