Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 562 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 562 Bytes

JSONPretty

JSON pretty print shell, is based on https://github.com/dominictarr/JSON.sh .

Example:

echo '{"status":200,"data":[{"id":1000,"name":"John"},{"id":1004,"name":"Tom"}]}'|./JSONPretty.sh

Results:

{
        "status":200,
        "data":[{
                "id":1000,
                "name":"John"
        },{
                "id":1004,
                "name":"Tom"
        }]
}

LICENSE

This software is available under the following licenses:

  • MIT
  • Apache 2