https://github.com/catdad/parson
:fork_and_knife: parse JSON in your terminal
https://github.com/catdad/parson
Last synced: about 2 months ago
JSON representation
:fork_and_knife: parse JSON in your terminal
- Host: GitHub
- URL: https://github.com/catdad/parson
- Owner: catdad
- Created: 2016-05-19T22:15:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T00:07:46.000Z (about 9 years ago)
- Last Synced: 2025-03-21T13:45:43.331Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parson
[![Downloads][7]][8] [![Version][9]][8]
[7]: https://img.shields.io/npm/dm/parson.svg
[8]: https://www.npmjs.com/package/parson
[9]: https://img.shields.io/npm/v/parson.svgJust a CLI that will parse and pretty-print JSON strings from standard input.
## Install
```bash
npm install -g parson
```## Example
```bash
cat package.json | parson
```