{"id":13447230,"url":"https://github.com/riverside/form-serialize","last_synced_at":"2025-10-09T10:12:27.564Z","repository":{"id":35967781,"uuid":"40258446","full_name":"riverside/form-serialize","owner":"riverside","description":"HTML form serialization","archived":false,"fork":false,"pushed_at":"2023-06-04T08:50:43.000Z","size":16,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T11:45:49.899Z","etag":null,"topics":["form","javascript","serialization","serialize-forms"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/riverside.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/Dimitar81"}},"created_at":"2015-08-05T17:14:26.000Z","updated_at":"2024-05-23T08:47:31.000Z","dependencies_parsed_at":"2024-01-18T15:58:54.498Z","dependency_job_id":"b92a3c58-2209-4d35-9c83-2b9ac57f3d3d","html_url":"https://github.com/riverside/form-serialize","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/riverside%2Fform-serialize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fform-serialize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fform-serialize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverside%2Fform-serialize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riverside","download_url":"https://codeload.github.com/riverside/form-serialize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224033320,"owners_count":17244576,"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":["form","javascript","serialization","serialize-forms"],"created_at":"2024-07-31T05:01:11.545Z","updated_at":"2025-10-09T10:12:22.539Z","avatar_url":"https://github.com/riverside.png","language":"JavaScript","funding_links":["https://www.paypal.me/Dimitar81"],"categories":["JavaScript"],"sub_categories":[],"readme":"# form-serialize\nVanilla JavaScript form serialization\n\n[![NPM](https://nodei.co/npm/form-serialize.png)](https://nodei.co/npm/form-serialize/)\n\nWhen you can't (or don't want to) use javascript libraries like jQuery, Moo Tools, Dojo, YUI or Prototype, and their built-in functions, but still need a quick and easy way to serialize forms.\n#### Installation\n- npm\n```\nnpm install @riverside/form-serialize\n```\n- browser\n```html\n\u003cscript src=\"serialize.min.js\"\u003e\u003c/script\u003e\n```\n#### How to use\n- node.js\n```\nconst serialize = require('@riverside/form-serialize');\nconsole.log(serialize(form));\n```\n- browser\n```html\n\u003cscript\u003e\nconsole.log(serialize(\"#form\"));\nconsole.log(serialize(document.querySelector(\"#form\")));\n\u003c/script\u003e\n```\n\n#### License\nform-serialize is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friverside%2Fform-serialize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friverside%2Fform-serialize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friverside%2Fform-serialize/lists"}