jsonui
jsonui copied to clipboard
jsonui is an interactive JSON explorer on your command line
It would be a useful feature to copy the path of a node to the clipboard. For instance I'm looking for a value, I find its node and I want...
## What does this PR solves? ## What is the solution? ## How should this be manually tested? ## Risk
## What does this PR solves? Allows users to use jsonui in their applications. ## What is the solution? Just one line allows the user to integrate jsonui into their...
stdin can be a stream of new line seperated jsons controlled by a -line cmd line flag fix for #9 parse a -line flag from cmd line args, if set...
jsonui chokes on this 1.3MB file: [video.json.gz](https://github.com/gulyasm/jsonui/files/2544671/video.json.gz) Navigating up/down causes a 5 second delay while CPU sits at 100%. Memory usage is in excess of 400MB RSS.
Project looks great, just thinking it would be nice to install with a package manager.
If i m not mistaken, there is no way to scroll in horizontal direction (with h/l or left/right). This means that if objects has long value, it overflows the window....
``` $ | jq .saveDate 1605792858032 $ $ | jsonui ┌─ tree ────────┐ ┌─ text ──────────────────────────────────┐ │root │ │1.605792858032e+12 │ │├─ checkmarkCon│ │ │ │├─ saveDate │ │ │ │└─...
Another improvement could be a search feature. Search by key (?) and search by value. For instance I know the value and I want to figure out its path.
http://jsonlines.org/ the UI can help you navigate through each json line like pages in book ( or it can be just one type of view ) or by default it...