Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 418 Bytes

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

Support Platforms