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

https://github.com/parkghost/jsonfmt

A dead simple json formatter
https://github.com/parkghost/jsonfmt

Last synced: 6 months ago
JSON representation

A dead simple json formatter

Awesome Lists containing this project

README

          

jsonfmt
=======
*A dead simple json formatter*

### Usage
```text
Usage of jsonfmt:
-c=false: Compact the json data
-i="stdin": The input file
-o="stdout": The output file
```

### Installation
```
go get github.com/parkghost/jsonfmt
```

### Example
```text
echo '{ "foo": "lorem", "bar": "ipsum" }' | jsonfmt
{
"bar": "ipsum",
"foo": "lorem"
}
```

License
---------------------

This project is licensed under the MIT license