json-viewer
json-viewer copied to clipboard
Pretty JSON viewer for the terminal
Results
2
json-viewer issues
Sort by
recently updated
recently updated
newest added
I like to use this command with `less` because in this way my terminal continues to stay pure. Something like this: `json my_file.json | less`. When I am scrolling all...