{"id":19133812,"url":"https://github.com/zhuping/json-schema-editor-lite","last_synced_at":"2026-04-30T12:32:56.185Z","repository":{"id":72940340,"uuid":"525353846","full_name":"zhuping/json-schema-editor-lite","owner":"zhuping","description":"Json Schema Editor","archived":false,"fork":false,"pushed_at":"2022-09-26T10:29:29.000Z","size":379,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T12:03:32.771Z","etag":null,"topics":["ant-design","json","react","schema","tuple","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/zhuping.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":"2022-08-16T11:40:36.000Z","updated_at":"2023-04-03T09:04:46.000Z","dependencies_parsed_at":"2023-06-04T01:15:52.711Z","dependency_job_id":null,"html_url":"https://github.com/zhuping/json-schema-editor-lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhuping/json-schema-editor-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fjson-schema-editor-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fjson-schema-editor-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fjson-schema-editor-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fjson-schema-editor-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhuping","download_url":"https://codeload.github.com/zhuping/json-schema-editor-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fjson-schema-editor-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ant-design","json","react","schema","tuple","typescript"],"created_at":"2024-11-09T06:23:55.256Z","updated_at":"2026-04-30T12:32:56.163Z","avatar_url":"https://github.com/zhuping.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Json Schema 可视化编辑器（Antd）\n\n基于 [json-schema-editor-visual](https://github.com/Open-Federation/json-schema-editor-visual) 和 [json-schema-editor-antd](https://github.com/lin-mt/json-schema-editor-antd) 改造，支持元组（tuple）功能\n## 快速开始\n\n```\n# 开发\nnpm run dev\n\n# 构建\nnpm run build\n\n# 发布前预览\nnpm run prepublishOnly \u0026\u0026 arco preview\n\n# 发布至物料平台（需先发布 NPM 包）\narco sync\n```\n\n## 示例\n\n```shell\nnpm install json-schema-editor-lite\n```\n\n```typescript jsx\nimport JsonSchemaEditor from 'json-schema-editor-lite';\nimport 'json-schema-editor-lite/dist/css/index.css';\nimport { useEffect } from 'react';\n\nexport default () =\u003e {\n\n  const [jsonData, setJsonData] = useEffect({});\n\n  return (\n    \u003cJsonSchemaEditor\n      data={jsonData}\n      onChange={(data) =\u003e {\n        setJsonData(data);\n      }}\n    /\u003e\n  )\n}\n```\n\n![示例](./image/img.jpg)\n\n## 感谢\n\n* https://github.com/lin-mt/json-schema-editor-antd\n* https://github.com/Open-Federation/json-schema-editor-visual\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhuping%2Fjson-schema-editor-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhuping%2Fjson-schema-editor-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhuping%2Fjson-schema-editor-lite/lists"}