{"id":15630595,"url":"https://github.com/afeld/jsonpanel","last_synced_at":"2025-07-18T11:05:44.714Z","repository":{"id":57741831,"uuid":"21368737","full_name":"afeld/jsonpanel","owner":"afeld","description":"pretty JSON viewer jQuery plugin","archived":false,"fork":false,"pushed_at":"2015-11-04T06:37:09.000Z","size":1320,"stargazers_count":12,"open_issues_count":15,"forks_count":1,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2025-06-29T12:07:54.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://afeld.github.io/jsonpanel/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afeld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-30T23:05:55.000Z","updated_at":"2020-11-24T04:47:42.000Z","dependencies_parsed_at":"2022-08-27T05:22:06.784Z","dependency_job_id":null,"html_url":"https://github.com/afeld/jsonpanel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/afeld/jsonpanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fjsonpanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fjsonpanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fjsonpanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fjsonpanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeld","download_url":"https://codeload.github.com/afeld/jsonpanel/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeld%2Fjsonpanel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265746405,"owners_count":23821645,"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-10-03T10:33:31.575Z","updated_at":"2025-07-18T11:05:44.648Z","avatar_url":"https://github.com/afeld.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# JSONPanel\n\nJavaScript JSON viewer plugin. Requires jQuery.\n\n## Usage\n\n1. Download [the latest release](https://github.com/afeld/jsonpanel/releases), or install using [Bower](http://bower.io):\n\n    ```bash\n    bower install --save jsonpanel\n    ```\n\n1. Include in page\n\n    ```html\n    \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"bower_components/jsonpanel/stylesheets/jsonpanel.css\"\u003e\n    \u003cscript src=\"bower_components/jquery/dist/jquery.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"bower_components/Autolinker.js/dist/Autolinker.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"bower_components/jsonpanel/jsonpanel.js\"\u003e\u003c/script\u003e\n\n    \u003c!-- ... --\u003e\n\n    \u003cdiv class=\"jsonpanel\"\u003e\u003c/div\u003e\n    ```\n\n1. Initialize by passing JSON object into jQuery plugin:\n\n    ```javascript\n    $(document).ready(function(){\n      $('.jsonpanel').jsonpanel({\n        data: {\n          sample: 'json'\n        }\n      });\n    });\n    ```\n\nSee [the demo page](http://afeld.github.io/jsonpanel/), or [api.afeld.me](http://api.afeld.me) for a real-world example.\n\n## Development\n\n### Installation\n\n```bash\ngem install bundler\nbundle\n```\n\n### Compile files\n\n```bash\nbundle exec compass watch\nopen index.html\n```\n\n### Run test coverage\n\n```bash\nbundle exec rackup\nopen \"http://localhost:9292/index.html?coverage=true\"\n```\n\n## Inspiration\n\n* https://github.com/bhollis/jsonview\n* https://github.com/josdejong/jsoneditor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeld%2Fjsonpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeld%2Fjsonpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeld%2Fjsonpanel/lists"}