{"id":19468726,"url":"https://github.com/lin-mt/json-schema-editor-arco","last_synced_at":"2025-04-15T05:37:57.981Z","repository":{"id":116970521,"uuid":"495681424","full_name":"lin-mt/json-schema-editor-arco","owner":"lin-mt","description":"Json Schema Editor (acro)","archived":false,"fork":false,"pushed_at":"2025-03-22T02:35:35.000Z","size":3925,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T05:37:47.174Z","etag":null,"topics":["json-schema","react"],"latest_commit_sha":null,"homepage":"https://lin-mt.github.io/json-schema-editor-arco/","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/lin-mt.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-05-24T05:27:31.000Z","updated_at":"2025-03-22T02:34:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6f30850-d15c-4a16-b176-36fda8588aa5","html_url":"https://github.com/lin-mt/json-schema-editor-arco","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-arco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-arco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-arco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fjson-schema-editor-arco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lin-mt","download_url":"https://codeload.github.com/lin-mt/json-schema-editor-arco/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016306,"owners_count":21198828,"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-schema","react"],"created_at":"2024-11-10T18:43:33.513Z","updated_at":"2025-04-15T05:37:57.974Z","avatar_url":"https://github.com/lin-mt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-schema-editor-arco\n\n[![NPM version](https://img.shields.io/npm/v/@quiet-front-end/json-schema-editor-arco.svg?style=flat)](https://npmjs.org/package/@quiet-front-end/json-schema-editor-arco)\n[![NPM downloads](http://img.shields.io/npm/dm/@quiet-front-end/json-schema-editor-arco.svg?style=flat)](https://npmjs.org/package/@quiet-front-end/json-schema-editor-arco)\n![](https://img.shields.io/badge/license-MIT-000000.svg)\n\n[Antd Design](https://ant.design/) 风格 https://github.com/lin-mt/json-schema-editor-antd\n\n[Arco Design](https://arco.design/) 风格的 Json Schema 可视化编辑器。\n\n## Usage\n\n```shell\nnpm install @quiet-front-end/json-schema-editor-arco\n```\n\n```jsx\nimport { useState } from 'react';\nimport JsonSchemaEditor from '@quiet-front-end/json-schema-editor-arco';\n\nexport default () =\u003e {\n  const [jsonData, setJsonData] = useState({});\n  return (\n    \u003cJsonSchemaEditor\n      data={jsonData}\n      onChange={(data) =\u003e {\n        setJsonData(data);\n      }}\n    /\u003e\n  );\n};\n```\n\n## Development\n\n```bash\n# install dependencies\n$ yarn install\n\n# develop library by docs demo\n$ yarn start\n\n# build library source code\n$ yarn run build\n\n# build library source code in watch mode\n$ yarn run build:watch\n\n# build docs\n$ yarn run docs:build\n\n# check your project for potential problems\n$ yarn run doctor\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-mt%2Fjson-schema-editor-arco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flin-mt%2Fjson-schema-editor-arco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-mt%2Fjson-schema-editor-arco/lists"}