Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)