Skip to content

deki23/postman-json-to-form-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Postman JSON to form-data

This tool aims to provide users with a quick way to move from JSON to form data in Postman.

Preview Page

How to use

  • Copy your raw JSON from the Postman request

App Screenshot

  • Use preview link and paste your raw JSON into the textarea and click "Convert"

  • Go to the Bulk Edit option for form-data

Bulk Edit

  • Paste the generated raw form data to the Bulk Edit area in Postman

Paste raw form-data

  • Optionally, go back to "Key-Value Edit" if you need to add files to the request or check the request before sending

Key Value Edit

Roadmap

  • Design improvements
  • Error reporting
  • Write tests
  • Add option to do it vice-versa, form-data to JSON

Limitations

Since this uses recursion when it finds nested objects, it may not work for massive data, e.g., more than 1000 nested entries.

Support

If you find any bugs, feel free to submit a GitHub issue.

License

This project is MIT licensed.