https://github.com/luk4z7/jp
JSON Pretty
https://github.com/luk4z7/jp
cli json pretty
Last synced: about 2 months ago
JSON representation
JSON Pretty
- Host: GitHub
- URL: https://github.com/luk4z7/jp
- Owner: luk4z7
- Created: 2019-04-30T05:08:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T14:24:51.000Z (over 5 years ago)
- Last Synced: 2025-01-20T10:48:41.171Z (3 months ago)
- Topics: cli, json, pretty
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jp
Json Pretty
## Build
```bash
cargo run -- '{ "name": "t", "str": [{"name": "u"}, {"name": "y"}] }'
```