{"id":21497842,"url":"https://github.com/johnsnook/jsonformer","last_synced_at":"2025-06-29T21:06:37.849Z","repository":{"id":196388289,"uuid":"115637785","full_name":"johnsnook/jsonFormer","owner":"johnsnook","description":"A jQuery plugin that turn a json object into a bootstrap form, lets you edit and get the new object or just a difference object.","archived":false,"fork":false,"pushed_at":"2017-12-28T16:59:15.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T12:29:37.136Z","etag":null,"topics":["bootstrap","javascript","jquery","json","recursion"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnsnook.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}},"created_at":"2017-12-28T15:50:44.000Z","updated_at":"2020-04-20T15:58:46.000Z","dependencies_parsed_at":"2023-09-25T01:46:52.114Z","dependency_job_id":null,"html_url":"https://github.com/johnsnook/jsonFormer","commit_stats":null,"previous_names":["johnsnook/jsonformer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/johnsnook/jsonFormer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2FjsonFormer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2FjsonFormer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2FjsonFormer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2FjsonFormer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnsnook","download_url":"https://codeload.github.com/johnsnook/jsonFormer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2FjsonFormer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262667301,"owners_count":23345533,"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":["bootstrap","javascript","jquery","json","recursion"],"created_at":"2024-11-23T16:26:58.578Z","updated_at":"2025-06-29T21:06:37.808Z","avatar_url":"https://github.com/johnsnook.png","language":"JavaScript","readme":"## jsonFormer\n\nThis jquery plugin or widget or whatever they're called now, takes a json object and builds a form inside the element you specify.\nYou can then make changes to the data in the form and request \n$('#form-container').jsonFormer({\n    title: \"Just point me at a div and pass me an object\",\n    jsonObject: {\"name\":\"john\", \"charisma\": 100, \"handsome\":true};\n});\n\nTo get the modified object use\nvar newObj = $('#form-container').jsonFormer('formData');\n\nif you just want the differences use\nvar diffObj = $('#form-container').jsonFormer('getDiff');\n\n### Support or Contact\n\nHaving trouble with my plugin? Email me at jsnook@gmail.com and I might just check my email that very same month!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsnook%2Fjsonformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnsnook%2Fjsonformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsnook%2Fjsonformer/lists"}