{"id":21101296,"url":"https://github.com/rtuin/treejson","last_synced_at":"2025-05-16T18:34:27.116Z","repository":{"id":62585233,"uuid":"61266166","full_name":"rtuin/treejson","owner":"rtuin","description":"This package helps you discover the structure of a JSON string.","archived":false,"fork":false,"pushed_at":"2016-06-16T06:12:42.000Z","size":4,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-16T17:44:52.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtuin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-16T05:57:48.000Z","updated_at":"2017-02-09T08:08:57.000Z","dependencies_parsed_at":"2022-11-03T22:00:57.522Z","dependency_job_id":null,"html_url":"https://github.com/rtuin/treejson","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftreejson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftreejson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftreejson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Ftreejson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtuin","download_url":"https://codeload.github.com/rtuin/treejson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225444757,"owners_count":17475353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T23:44:19.532Z","updated_at":"2024-11-19T23:44:20.345Z","avatar_url":"https://github.com/rtuin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# treejson\n\nThis package helps you discover the structure of a JSON string.\n\n## Usage\n\n```bash\n$ echo \"{\\\"foo\\\": {\\\"bar\\\": 1, \\\"baz\\\": 2 } }\" | treejson\n.\n└── foo\n    ├── baz\n    └── bar\n\n$ curl https://api.github.com/users/rtuin/orgs | treejson\n. []\n├── 0\n│   ├── issues_url\n│   ├── members_url\n│   ├── description\n│   ├── ...\n└── ...\n    ├── ...\n    ├── ...\n```\n\nUse `$ treejson --help` to see all possible arguments.\n\n## Install\n\nThis package requires Python 2.x.\nUse the pip installer to install tree-json.\n\n``` bash\n$ (sudo) pip install treejson\n```\n\n## Changelog\n\nAll notable changes are documented in the [changelog file](CHANGELOG.md).\n\n## Credits\n\n- [Richard Tuin](https://github.com/rtuin)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see the [license file](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Ftreejson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtuin%2Ftreejson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Ftreejson/lists"}