Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joutvhu/form-json
Support for files upload with JSON data for Rest API
https://github.com/joutvhu/form-json
asp-net body dart dio form-json js json request restful-api spring spring-mvc upload-file
Last synced: about 1 month ago
JSON representation
Support for files upload with JSON data for Rest API
- Host: GitHub
- URL: https://github.com/joutvhu/form-json
- Owner: joutvhu
- License: mit
- Created: 2023-05-04T15:29:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T18:23:28.000Z (10 months ago)
- Last Synced: 2024-09-29T08:41:04.262Z (about 2 months ago)
- Topics: asp-net, body, dart, dio, form-json, js, json, request, restful-api, spring, spring-mvc, upload-file
- Language: Java
- Homepage:
- Size: 454 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Form Json
Support for files upload with JSON data for Rest API.
## How It Works
It will help you to convert JSON data to FormData to send request on client side and convert Form Data to origin data on server side. The following image shows you how it works.
![flow](./doc/flow.png)
## Support Platforms
- [ASP.NET - C#](./aspnet/)
- [Spring - Java](./spring/)
- [Node - JS, TS](./node/)
- [Dio - Dart](./dio/)