When saving a JSON response, is it possible to have it saved in a desired format (pretty or raw)? Saving in pretty format makes it easier for looking at diffs, editing, etc.
Hi @xbranko! Welcome to the community.
When saving a response as an example, you should be able to simply toggle view mode you want when looking at it. Can you explain more about what you mean?
Hi @john-paul, Thanks for taking the time to help me!
Here is what I have in the Pretty tab:
and when I save it in a file, it comes as:

this is how Raw response looks like.
I wish the file looked like:

Ahh, I see. Thanks for clarifying.
For now, I’d recommend downloading a text editor with support for making pretty JSON, like Atom with the Pretty JSON package installed.
I’ve also filed a feature request for saving responses to file as pretty JSOB, so that our team can review: https://github.com/postmanlabs/postman-app-support/issues/7931
Hope that helps! Let me know if you need anything else.
Thanks for filing a feature request. In the meantime I’ll use pretty formatting in the editor, as you suggested.