mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #695] JSON response should auto be prettified #690
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#690
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CyberMew on GitHub (Nov 15, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/695
Originally assigned to: @NghiaTranUIT on GitHub.
Currently I have to do this manually every time:

Can I have an option to automatically execute this on my response if it detected a valid json? Doesn't make sense not to do this automatically or have another Body tab with this (Charles has this I think), and yet provide no option to 'undo' the JSON prettier.
@NghiaTranUIT commented on GitHub (Nov 16, 2020):
You can add a JSON Tab (it will automatically prettify the content) 👍
@NghiaTranUIT commented on GitHub (Nov 16, 2020):
The Body Tab actually tries to prettify the body content if the Content-Type is
application/json.From what you show up, you have to manually select Format with -> JSON, it means that the Content-Type is not a
application/json, so it doesn't prettify it automatically.You can fix it by:
application/jsonfrom the Request or Response 👍@NghiaTranUIT commented on GitHub (Nov 17, 2020):
Ah, I see. You're using Breakpoint tool 👍
I'm going to support "Auto" now 😄
@NghiaTranUIT commented on GitHub (Nov 17, 2020):
All done @CyberMew 👍
Checkout this beta: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.12.0_Auto_Prettify_JSON_Breakpoint.dmg
From now, the body breakpoint will try to prettify the JSON body if possible 👍