{"id":17445635,"url":"https://github.com/jokergga/jschema-editor","last_synced_at":"2025-04-19T13:48:10.612Z","repository":{"id":60960635,"uuid":"547110186","full_name":"Jokergga/jschema-editor","owner":"Jokergga","description":"Json Schema 可视化编辑器。","archived":false,"fork":false,"pushed_at":"2023-09-03T08:57:56.000Z","size":1696,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T05:03:59.392Z","etag":null,"topics":["antd","editor","json-schema","react"],"latest_commit_sha":null,"homepage":"https://jokergga.github.io/jschema-editor","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/Jokergga.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-07T06:36:10.000Z","updated_at":"2024-12-14T10:18:06.000Z","dependencies_parsed_at":"2024-10-19T21:01:35.687Z","dependency_job_id":"ca84746e-04dd-462d-a165-291955de847a","html_url":"https://github.com/Jokergga/jschema-editor","commit_stats":null,"previous_names":["jokergga/json-schema-editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jokergga%2Fjschema-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jokergga%2Fjschema-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jokergga%2Fjschema-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jokergga%2Fjschema-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jokergga","download_url":"https://codeload.github.com/Jokergga/jschema-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249706905,"owners_count":21313720,"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":["antd","editor","json-schema","react"],"created_at":"2024-10-17T18:06:27.167Z","updated_at":"2025-04-19T13:48:10.596Z","avatar_url":"https://github.com/Jokergga.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Json Schema 可视化编辑器](https://jokergga.github.io/jschema-editor/)\n\nAntd Design 风格的 Json Schema 可视化编辑器。\n\n## 示例\n\n```shell\nnpm i jschema-editor\n```\n\n```typescript jsx\nimport Editor from 'jschema-editor';\nimport { useState } from 'react';\n\nexport default () =\u003e {\n  const [jsonData, setJsonData] = useState({});\n\n  return (\n    \u003cEditor\n      mock={true}\n      data={jsonData}\n      onChange={data =\u003e {\n        setJsonData(data);\n      }}\n    /\u003e\n  );\n};\n```\n\n![示例](./docs/example.png)\n\n### TODO\n\n- [ ] IconFont 优化\n- [ ] 移除 mobx\n- [ ] 文档补全、及其界面优化\n- [ ] 全面支持 ts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokergga%2Fjschema-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjokergga%2Fjschema-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjokergga%2Fjschema-editor/lists"}