ProxymanApp / ProxymanApp/Proxyman

Increase productivity when working with nested JSON/HTML

Open
#1,727 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the API response editor and its JSON/HTML rendering path, then verify that the proposed icon can show unescaped nested content and copy it to the clipboard.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, json, macos
Domain
api, desktop, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.