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.79k stars 839 forks source link

Pretty-print EDN responses #2491

Open aengelberg opened 7 years ago

aengelberg commented 7 years ago

I'd like to use Postman to test my API that uses the application/edn Content Type. In order to do that, I need to see a pretty-printed (ideally syntax colored) version of the payload.

EDN is a data notation format that is similar to JSON but supports a wider set of data types.

Opticsponge commented 7 years ago

a "clean up/ format JSON" button would also be nice

a85 commented 4 years ago

You can use the Visualizer now to parse the response and render it in a pretty way. https://learning.getpostman.com/docs/postman/sending-api-requests/visualizer/