Skip to content

cute/JSONPretty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

JSON pretty print shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages