I’m using the VSCode extension, v1.14.0. (VSCode itself is v1.102.0.) Problem is that in Postman’s response window, Pretty formatting of JSON responses is not working; output is indistinguishable from Raw. Any suggestions? JSON is much easier to read in Pretty!!
1 Like
Make sure “Pretty Print” is enabled in your tool (like Postman). If it’s still not working, check if the response has the correct Content-Type: application/json
header.
1 Like
Check if the Content-Type
is set to application/json
. Without it, prettyprint may not format the response.
Telelatino: Try resetting Postman settings or updating it—Pretty JSON may not render due to a glitch or corrupted config.
If your JSON response isn’t showing in pretty print make sure the response has the header Content-Type: application/json and that you’ve selected the “Pretty” and “JSON” view in Postman