JSON pretty print shell, is based on https://github.com/dominictarr/JSON.sh .
echo '{"status":200,"data":[{"id":1000,"name":"John"},{"id":1004,"name":"Tom"}]}'|./JSONPretty.sh
{
"status":200,
"data":[{
"id":1000,
"name":"John"
},{
"id":1004,
"name":"Tom"
}]
}
This software is available under the following licenses:
- MIT
- Apache 2