JSON Visualizer

I use Postman for querying mostly. When I get a response back in JSON, I usually paste it into JSON Viewer to get a nice tree visualization.

I cannot find how I can do this in Postman inside the Visualize tab. It would be nice to have this JSON Viewer feature inside Postman itself so I don’t have to copy-paste the JSON response data to the jsonviewer.stack.hu

Hi @alenroki the response is already interactive you can collapse or expand by clicking the arrow buttons :confetti_ball::tada:

I know that, but it is not the same functionality as jsonviewer.stack.hu has. It could be really nice to have the same functionality in Postman. So I don’t have to copy the response from Postman over to jsonviewer.stack.hu.

very solid improvement here; if Postman can display JSON results just like in browser console is perfect

image

→ by default objects and sub-objects are collapsed
→ when we expand an objects, there a numbers on the left telling how many objects under

1 Like