Skip to content

kyu28/jsonfmt.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

jsonfmt.sh

Format JSON with POSIX Shell

Usage

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