https://github.com/fega/jout
JOUT is a simple CLI that prints a pretty version of a piped JSON.
https://github.com/fega/jout
Last synced: 11 months ago
JSON representation
JOUT is a simple CLI that prints a pretty version of a piped JSON.
- Host: GitHub
- URL: https://github.com/fega/jout
- Owner: fega
- Created: 2017-09-01T23:51:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T23:58:03.000Z (over 8 years ago)
- Last Synced: 2025-02-11T10:06:26.601Z (11 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JOUT: JSON (Pretty) output
JOUT is a simple CLI that prints a pretty version of a piped JSON.
## example
```sh
curl http://wordreference.fabiangutierrez.co/v1/translate/es/en/caballo | jout
```
outputs:

## usage
```sh
something-that-outputs-a-json | jout # That's all
```