I am using Charles (http://www.charlesproxy.com) to debug my HTTP requests and now I run into an issue where I am receiving json response which I need to edit to see how my
The Map Local tool is probably what you're looking for. Access via menu Tools | Map Local.... Note, you may need a corresponding rewrite rule (Tools | Rewrite...) to ensure the mime type of your response served from disk and the type your application is expecting. But recent versions of Charles may set the type automatically.
Share how to Enable breakpoints, then change response.
Enable breakpoints, then change response. You should press continue/send request to send it before tweak response.
As was mentioned Charles Proxy(4.2.8 version) allows you to change response body using different approaches:
Read more here