{"id":20445186,"url":"https://github.com/addepar/ember-json-viewer","last_synced_at":"2026-04-09T21:09:39.109Z","repository":{"id":40916974,"uuid":"319747620","full_name":"Addepar/ember-json-viewer","owner":"Addepar","description":"An Ember Addon that adds a json-viewer component for showing collapsible/expandable json.","archived":false,"fork":false,"pushed_at":"2025-04-03T19:31:09.000Z","size":5037,"stargazers_count":3,"open_issues_count":2,"forks_count":5,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-04-03T20:23:08.441Z","etag":null,"topics":["ember","ember-addon"],"latest_commit_sha":null,"homepage":"https://addepar.github.io/ember-json-viewer","language":"JavaScript","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/Addepar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-08T20:02:53.000Z","updated_at":"2025-04-03T19:07:33.000Z","dependencies_parsed_at":"2025-01-24T16:29:25.084Z","dependency_job_id":"c105dae9-4ea1-4cce-85dc-69bfd03195b0","html_url":"https://github.com/Addepar/ember-json-viewer","commit_stats":{"total_commits":48,"total_committers":9,"mean_commits":5.333333333333333,"dds":0.3125,"last_synced_commit":"b6816d54ccb1f7de4869e7758686a8e8b7e6a074"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-json-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-json-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-json-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-json-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Addepar","download_url":"https://codeload.github.com/Addepar/ember-json-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650417,"owners_count":21139672,"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":["ember","ember-addon"],"created_at":"2024-11-15T10:11:21.797Z","updated_at":"2026-04-09T21:09:39.068Z","avatar_url":"https://github.com/Addepar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-json-viewer\n\nEmber addon that exposes a component `{{json-viewer}}`.\nPass it a JSON object (not string) as `json`: `{{json-viewer json=this.jsonValue}}`.\n\nDemo: http://addepar.github.io/ember-json-viewer\n\n![Demo Gif](./demo.gif)\n\n## Compatibility\n\n- tested with Ember.js v3.28 and Ember 4.x LTS versions\n- tested with Node.js v22, should work with any modern Node version\n- Requires your app to have ember-auto-import \u003e= 2\n\n## Installation\n\n```\nember install ember-json-viewer\n```\n\n## Options\n\nYou can use options by passing in an object (or hash) with the following keys:\n\n```html.handlebars\n\u003cJsonViewer\n  @json={{this.json}}\n  @options={{hash\n    expandedIcon=\"\u003e\"\n    collapsedIcon=\"\u003c\"\n    collapseDepth=5\n  }}\n/\u003e\n```\n\n### `expandedIcon`\n\nThe string prepended to a key when that particular key value is expanded.\n\n### `collapsedIcon`\n\nThe string prepended to a key when that particular key value is collapsed.\n\n### `collapseDepth`\n\nThis sets the initial level of expanded items.  `collapseDepth=0` will have all properties collapsed completely.  `collapseDepth=1` will expand the first level of keys.\n\n## Contributing\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n## Deploy Demo to Github Pages\n\n`npm run deploy`\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddepar%2Fember-json-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddepar%2Fember-json-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddepar%2Fember-json-viewer/lists"}