{"id":13447222,"url":"https://github.com/DavidDurman/FlexiJsonEditor","last_synced_at":"2025-03-21T17:30:57.488Z","repository":{"id":47731007,"uuid":"2512872","full_name":"DavidDurman/FlexiJsonEditor","owner":"DavidDurman","description":"JSON editor jQuery plugin","archived":false,"fork":false,"pushed_at":"2019-02-05T10:36:16.000Z","size":331,"stargazers_count":560,"open_issues_count":19,"forks_count":143,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-03-24T08:01:36.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jsonmate.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidDurman.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}},"created_at":"2011-10-04T15:38:31.000Z","updated_at":"2024-01-23T11:16:47.000Z","dependencies_parsed_at":"2022-08-24T13:37:41.836Z","dependency_job_id":null,"html_url":"https://github.com/DavidDurman/FlexiJsonEditor","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/DavidDurman%2FFlexiJsonEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidDurman%2FFlexiJsonEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidDurman%2FFlexiJsonEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidDurman%2FFlexiJsonEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidDurman","download_url":"https://codeload.github.com/DavidDurman/FlexiJsonEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244787015,"owners_count":20510040,"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":[],"created_at":"2024-07-31T05:01:11.281Z","updated_at":"2025-03-21T17:30:57.453Z","avatar_url":"https://github.com/DavidDurman.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Frontend components","open source json editors"],"sub_categories":[],"readme":"JSON editor jQuery plugin\n=========================\n\nA JSON editor component for you web apps/pages.\n[Blog post](http://www.daviddurman.com)\n\n[Live example](http://www.daviddurman.com/flexi-json-editor/jsoneditor.html)\n\n\nINSTALLATION\n============\n\nInclude these lines into your HTML:\n\n        \u003clink rel=\"stylesheet\" href=\"jsoneditor.css\"/\u003e\n        \u003cscript src=\"jquery.min.js\"\u003e\u003c/script\u003e\n        \u003cscript src=\"jquery.jsoneditor.js\"\u003e\u003c/script\u003e\n\n\nUSAGE\n=====\n\n\n        var myjson = { any: { json: { value: 1 } } };\n        var opt = { \n            change: function(data) { /* called on every change */ },\n            propertyclick: function(path) { /* called when a property is clicked with the JS path to that property */ }\n        };\n        /* opt.propertyElement = '\u003ctextarea\u003e'; */ // element of the property field, \u003cinput\u003e is default\n        /* opt.valueElement = '\u003ctextarea\u003e'; */  // element of the value field, \u003cinput\u003e is default\n        $('#mydiv').jsonEditor(myjson, opt);\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/DavidDurman/flexijsoneditor/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDavidDurman%2FFlexiJsonEditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDavidDurman%2FFlexiJsonEditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDavidDurman%2FFlexiJsonEditor/lists"}