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

https://github.com/kyu28/jsonfmt.sh

Format JSON with POSIX Shell
https://github.com/kyu28/jsonfmt.sh

json posix-sh posix-shell shell shell-script

Last synced: 3 months ago
JSON representation

Format JSON with POSIX Shell

Awesome Lists containing this project

README

        

# jsonfmt.sh
Format JSON with POSIX Shell

# Usage
```sh
printf '%s\n' '{"num":-0.123e+5,"str":"hello world!","obj":{"key":1},"arr":[1,"aab",null],"escape":"\"\\\/\b\f\n\r\t\u002f","bool": true}' | ./jsonfmt.sh
```