An open API service indexing awesome lists of open source software.

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

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.svg

Just 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
```