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.
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 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:
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: