{"id":13593647,"url":"https://github.com/jinkin1995/vue-json-edit","last_synced_at":"2025-04-04T09:08:38.904Z","repository":{"id":27355953,"uuid":"108055825","full_name":"jinkin1995/vue-json-edit","owner":"jinkin1995","description":"Visual JSON editor built as an vue component. Provides a basic GUI","archived":false,"fork":false,"pushed_at":"2022-12-10T16:08:04.000Z","size":5825,"stargazers_count":288,"open_issues_count":30,"forks_count":88,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-28T08:06:40.963Z","etag":null,"topics":["json","json-editor","json-schema","vue","vue-components"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jinkin1995.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}},"created_at":"2017-10-24T00:20:23.000Z","updated_at":"2025-03-04T16:20:23.000Z","dependencies_parsed_at":"2022-09-16T12:00:51.070Z","dependency_job_id":null,"html_url":"https://github.com/jinkin1995/vue-json-edit","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/jinkin1995%2Fvue-json-edit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinkin1995%2Fvue-json-edit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinkin1995%2Fvue-json-edit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinkin1995%2Fvue-json-edit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinkin1995","download_url":"https://codeload.github.com/jinkin1995/vue-json-edit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149501,"owners_count":20891954,"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-editor","json-schema","vue","vue-components"],"created_at":"2024-08-01T16:01:22.619Z","updated_at":"2025-04-04T09:08:38.880Z","avatar_url":"https://github.com/jinkin1995.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# Vue-Json-Edit\n\n\u003e Visual JSON Editor built as an vue component. Provides a basic GUI\n\n\n\u003c/br\u003e\n\n\n## **[DEMO](http://jinkin1995.github.io/vue-json-edit)**\n\n\u003c/br\u003e\n\n\n## Getting Started\n```\nnpm install vue-json-edit --save\n```\n\n\u003c/br\u003e\n\n\n## Usage\n\n``` javascript\n//import it in your project At your entry point\n\nimport Vue from 'vue'\nimport JsonEditor from 'vue-json-edit'\n  \nVue.use(JsonEditor)\n```\n### Props\n\n* objData: json data\n* options\n    * confirmText: strings of the confirm button\n    * cancelText: strings of the cancel button\n\n\n\u003c/br\u003e\n\n## Example\nSingle file component\n``` html\n\n\u003ctemplate\u003e\n    \u003cJsonEditor\n        :options=\"{\n            confirmText: 'confirm',\n            cancelText: 'cancel',\n        }\"\n        :objData=\"jsonData\" \n        v-model=\"jsonData\" \u003e\n    \u003c/JsonEditor\u003e\n\u003c/template\u003e\n\u003cscript\u003e\nexport default {\n    ...\n    data: function() {\n        return {\n            jsonData: {\n                name: 'mike',\n                age: 23,\n                phone: '18552129932',\n                address: ['AAA C1', 'BBB C2']\n            }\n        }\n    }\n}\n\u003c/script\u003e \n```\n\n\u003c/br\u003e\n\n\n## ..\n\nAplipay: \u003c/br\u003e\n\u003cimg src=\"https://s3.bmp.ovh/imgs/2022/01/d5e26a068a6b7b03.png\" width=\"300px\"\u003e\n\n\nUSDT: \u003c/br\u003e\n\u003cimg src=\"https://s3.bmp.ovh/imgs/2022/01/8739eedae8a9a39d.jpeg\" width=\"300px\"\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinkin1995%2Fvue-json-edit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinkin1995%2Fvue-json-edit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinkin1995%2Fvue-json-edit/lists"}