{"id":14957284,"url":"https://github.com/kerlossony/nested-formdata","last_synced_at":"2026-03-08T15:33:17.327Z","repository":{"id":255009861,"uuid":"848222647","full_name":"KerlosSoNy/Nested-FormData","owner":"KerlosSoNy","description":"Nested-FormData is a Function designed to handle nested form data structures in a simplified and efficient way. It helps in managing complex form data, making it easier to work with forms that require hierarchical data","archived":false,"fork":false,"pushed_at":"2024-09-03T15:47:29.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T00:46:25.887Z","etag":null,"topics":["data","forms","javascript","nested-structures","nextjs","reactjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/KerlosSoNy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-27T11:14:44.000Z","updated_at":"2024-09-03T20:45:38.000Z","dependencies_parsed_at":"2024-09-24T13:29:17.488Z","dependency_job_id":null,"html_url":"https://github.com/KerlosSoNy/Nested-FormData","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"b69d79ee59bfeef693fd147e36fd64147f7d540f"},"previous_names":["kerlossony/nested-formdata"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KerlosSoNy%2FNested-FormData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KerlosSoNy%2FNested-FormData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KerlosSoNy%2FNested-FormData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KerlosSoNy%2FNested-FormData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KerlosSoNy","download_url":"https://codeload.github.com/KerlosSoNy/Nested-FormData/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237954701,"owners_count":19393265,"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":["data","forms","javascript","nested-structures","nextjs","reactjs","typescript"],"created_at":"2024-09-24T13:14:32.426Z","updated_at":"2025-10-24T11:30:18.606Z","avatar_url":"https://github.com/KerlosSoNy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nested FormData\n\n`Nested-FormData` is a Function designed to handle nested form data structures in a simplified and efficient way. It helps in managing complex form data, making it easier to work with forms that require hierarchical data.\n\n## Features\n\n- **Nested Form Data Handling**: Easily manage and manipulate nested form data.\n- **Flat and Hierarchical Data Structures**: Convert between flat and nested data structures seamlessly.\n- **Validation Support**: Integrate with validation libraries to ensure data integrity.\n- **Customizable**: Tailor the library to meet specific needs of your form data structures.\n\n## Installation\n\nYou can Clone the function via:\n```bash\ngit clone https://github.com/KerlosSoNy/Nested-FormData.git\n```\n## **Usage**\n\nBasic Usage\n\nHere's a simple example \n```bash\nimport { appendToFormData } from \"./AppendFormData\";\n\n\nconst nestedData = {\n    user: {\n        name: 'John Doe',\n        address: {\n            street: '123 Main St',\n            city: 'Anytown',\n        },\n    },\n};\n\nlet formData = new FormData();\n\n// Convert nested data to FormData\nformData = appendToFormData(formData, nestedData);\n```\n\n\n## Contributing\nIf you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or bugfix.\n\n3. Make your changes and commit them.\n\n4. Push your branch and open a pull request.\n\n\n## Acknowledgments\n\nTypeScript , DataStructure\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerlossony%2Fnested-formdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkerlossony%2Fnested-formdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerlossony%2Fnested-formdata/lists"}