{"id":21497842,"url":"https://github.com/johnsnook/jsonformer","last_synced_at":"2026-04-29T21:03:22.721Z","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-06-29T21:06:38.298Z","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","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-29T21:03:22.705Z","avatar_url":"https://github.com/johnsnook.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"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","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"}