Skip to content
/ treejson Public

This package helps you discover the structure of a JSON string.

License

Notifications You must be signed in to change notification settings

rtuin/treejson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treejson

This package helps you discover the structure of a JSON string.

Usage

$ echo "{\"foo\": {\"bar\": 1, \"baz\": 2 } }" | treejson
.
└── foo
    ├── baz
    └── bar

$ curl https://api.github.com/users/rtuin/orgs | treejson
. []
├── 0
│   ├── issues_url
│   ├── members_url
│   ├── description
│   ├── ...
└── ...
    ├── ...
    ├── ...

Use $ treejson --help to see all possible arguments.

Install

This package requires Python 2.x. Use the pip installer to install tree-json.

$ (sudo) pip install treejson

Changelog

All notable changes are documented in the changelog file.

Credits

License

The MIT License (MIT). Please see the license file for more information.

About

This package helps you discover the structure of a JSON string.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages