This tool aims to provide users with a quick way to move from JSON to form data in Postman.
- Copy your raw JSON from the Postman request
-
Use preview link and paste your raw JSON into the textarea and click "Convert"
-
Go to the Bulk Edit option for form-data
- Paste the generated raw form data to the Bulk Edit area in Postman
- Optionally, go back to "Key-Value Edit" if you need to add files to the request or check the request before sending
- Design improvements
- Error reporting
- Write tests
- Add option to do it vice-versa, form-data to JSON
Since this uses recursion when it finds nested objects, it may not work for massive data, e.g., more than 1000 nested entries.
If you find any bugs, feel free to submit a GitHub issue.
This project is MIT licensed.