{"id":23673849,"url":"https://github.com/hacimertgokhan/next-json-view","last_synced_at":"2026-02-06T17:33:24.335Z","repository":{"id":269229298,"uuid":"906795182","full_name":"hacimertgokhan/next-json-view","owner":"hacimertgokhan","description":"Next.js Json Viewer with canvas. https://www.npmjs.com/package/next-json-view","archived":false,"fork":false,"pushed_at":"2024-12-22T12:54:24.000Z","size":64,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T17:17:35.703Z","etag":null,"topics":["json-viewer","nextjs","npm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hacimertgokhan.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,"publiccode":null,"codemeta":null}},"created_at":"2024-12-21T23:29:54.000Z","updated_at":"2025-01-11T23:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f11ef8c-f83b-40e1-ac09-ddafd1afa032","html_url":"https://github.com/hacimertgokhan/next-json-view","commit_stats":null,"previous_names":["hacimertgokhan/next-json-view"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hacimertgokhan/next-json-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fnext-json-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fnext-json-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fnext-json-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fnext-json-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacimertgokhan","download_url":"https://codeload.github.com/hacimertgokhan/next-json-view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fnext-json-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29170138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-viewer","nextjs","npm","typescript"],"created_at":"2024-12-29T12:56:57.633Z","updated_at":"2026-02-06T17:33:24.294Z","avatar_url":"https://github.com/hacimertgokhan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Json Viewer\nA canvas-based JSON visualizer component for Next.js and React applications.\n\n## Installation\n```bash\nnpm install next-json-view\n```\n\n## Usage\n```javascript\nimport { JSONCanvasVisualizer } from 'next-json-view';\n\nconst MyComponent = () =\u003e {\n  const data = {\n    name: \"John Doe\",\n    age: 30\n  };\n\n  return (\n    \u003cJSONCanvasVisualizer \n      data={data}\n      width={800}\n      height={600}\n    /\u003e\n  );\n};\n```\n\n## Showcase\n\n![img.png](img.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Fnext-json-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacimertgokhan%2Fnext-json-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Fnext-json-view/lists"}