Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.08 KB

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.