{"id":17922739,"url":"https://github.com/overtrue/json-viewer","last_synced_at":"2025-03-24T02:32:51.902Z","repository":{"id":66223554,"uuid":"44226931","full_name":"overtrue/json-viewer","owner":"overtrue","description":"A tool for make JSON view in browser.","archived":false,"fork":false,"pushed_at":"2018-07-11T02:24:19.000Z","size":14,"stargazers_count":49,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-02T00:59:21.399Z","etag":null,"topics":["json","json-viewer"],"latest_commit_sha":null,"homepage":"http://overtrue.me/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/overtrue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-10-14T05:54:12.000Z","updated_at":"2023-01-17T22:11:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"85084639-901d-47de-bb14-34a566dd5be0","html_url":"https://github.com/overtrue/json-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Fjson-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Fjson-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Fjson-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overtrue%2Fjson-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overtrue","download_url":"https://codeload.github.com/overtrue/json-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221932684,"owners_count":16903951,"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":["json","json-viewer"],"created_at":"2024-10-28T20:40:41.158Z","updated_at":"2024-10-28T20:40:41.739Z","avatar_url":"https://github.com/overtrue.png","language":"JavaScript","readme":"# [Json Viewer](http://overtrue.github.io/json-viewer/)\nA tool for make JSON view in browser.\n\n# Usage\n\n```html\n\n\u003clink rel=\"stylesheet\" href=\"json-viewer/json-viewer.css\"\u003e\n\u003cscript src=\"path/to/jquery.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"json-viewer/json-viewer.js\"\u003e\u003c/script\u003e\n\n\u003cdiv id=\"json-container\"\u003e\u003c/div\u003e\n\n\u003cscript\u003e\n    var json = {\n        name: \"JsonViewer\",\n        author: {\n          name: \"overtrue\",\n          email: \"i@overtrue.me\",\n          contact: [\n            {\n              location: \"office\",\n              number: 123456\n            },\n            {\n              location: \"home\",\n              number: 987654\n            }\n          ]\n        }\n    };\n\n    $('#json-container').jsonview(json); // Support json string/object\n\u003c/script\u003e\n```\n\n[Demo](http://overtrue.github.io/json-viewer/)\n\n# License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertrue%2Fjson-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovertrue%2Fjson-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovertrue%2Fjson-viewer/lists"}