postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.84k stars 839 forks source link

Implement jsoneditor for JSON request bodies #8178

Open aetonsi opened 4 years ago

aetonsi commented 4 years ago

Is your feature request related to a problem? Please describe. The text-only editor for sending a raw+JSON body is pretty basic. A more advanced editor would be cool and useful since a lot of backend/frontend frameworks communicate via JSON (eg. Vue + Laravel send and expect JSON encoded data, AFAIK).

Describe the solution you'd like A very intuitive yet fully featured editor is jsoneditor. It has an online demo here: https://jsoneditoronline.org/#right=local.qoroki&left=local.vicana You could add a button to switch between the text and tree views.

Describe alternatives you've considered I don't know any alternative JSON editors. An alternative to the "switch view" button would be to add a dedicated tab for the "json" body type alongside "none", "form-data", "x-www-form-urlencoded", ecc .

Additional context Example screenshot of the editor integrated in postman: image

Raphyo5 commented 3 years ago

Did someone work on that?

leanderlee commented 1 year ago

No update for 2 years 😟 Is there any updated status on this?