[GH-ISSUE #1727] Increase productivity when working with nested JSON/HTML #1720

Open
opened 2026-03-03 19:53:46 +03:00 by kerem · 1 comment
Owner

Originally created by @Nikoloutsos on GitHub (Jul 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1727

Description

As a developer I want to change the response of the API that returns nested html/json etc.
In 👇 JSON body contains escaped HTML. I want proxyman to give me the ability to to put the un-escaped json and copy it to clipboard for me. I imagine it by tapping an icon.

{
      "itemId": 1050100,
      "type": "self_extension_submission",
      "subject": "We received your extension request!",
      "body": "<p dir=\"ltr\" style=\"line-height:1.656;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"><span style=\"font-size:12pt;font-family:Lato,sans-serif;color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\">Recycling bins are also available on most floors, if they're not provided on your floor please use the bins on the 13th floor</span></p>", 
      "status": "read",
      "actionStatus": "pending",
      "updatedAt": "2023-07-11T12:21:57Z",
      "createdAt": "2023-07-06T10:50:13Z"
    },

Why this feature/change is important?

It makes developer's life easier by not switching to web and use a website like
https://tools.knowledgewalls.com/online-escape-single-or-double-quotes-from-string

Originally created by @Nikoloutsos on GitHub (Jul 28, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1727 ## Description As a developer I want to change the response of the API that returns nested html/json etc. In 👇 JSON body contains escaped HTML. I want proxyman to give me the ability to to put the un-escaped json and copy it to clipboard for me. I imagine it by tapping an icon. ```json { "itemId": 1050100, "type": "self_extension_submission", "subject": "We received your extension request!", "body": "<p dir=\"ltr\" style=\"line-height:1.656;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"><span style=\"font-size:12pt;font-family:Lato,sans-serif;color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\">Recycling bins are also available on most floors, if they're not provided on your floor please use the bins on the 13th floor</span></p>", "status": "read", "actionStatus": "pending", "updatedAt": "2023-07-11T12:21:57Z", "createdAt": "2023-07-06T10:50:13Z" }, ``` ## Why this feature/change is important? It makes developer's life easier by not switching to web and use a website like https://tools.knowledgewalls.com/online-escape-single-or-double-quotes-from-string
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 29, 2023):

Thanks for your suggestion @Nikoloutsos but I'm afraid that it's out of the scope of what Proxyman currently offers.

I suggest using Boop, which is an offline app, and provide the Escape string as you mention 👍

<!-- gh-comment-id:1656578275 --> @NghiaTranUIT commented on GitHub (Jul 29, 2023): Thanks for your suggestion @Nikoloutsos but I'm afraid that it's out of the scope of what Proxyman currently offers. I suggest using [Boop](https://github.com/IvanMathy/Boop), which is an offline app, and provide the Escape string as you mention 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1720
No description provided.