[GH-ISSUE #304] Find better solution to handle a huge JSON response #300

Open
opened 2026-03-03 19:17:15 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 16, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/304

Originally assigned to: @NghiaTranUIT on GitHub.

🐶 Brief

One user reports that Proxyman got hang if they tries to open the Response, which has a large JSON file, and the app just hangs forever.

We should seek better solution to handle this case properly.

👑 #1 proposal

  • Don't unzip / prettier the large response
  • Offer elegant way to export and guide the user to use high-performance tool to open it (Sublime or VS)
  • The app shouldn't be freeze.
Originally created by @NghiaTranUIT on GitHub (Oct 16, 2019). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/304 Originally assigned to: @NghiaTranUIT on GitHub. ## 🐶 Brief One user reports that Proxyman got hang if they tries to open the Response, which has a large JSON file, and the app just hangs forever. We should seek better solution to handle this case properly. ## 👑 #1 proposal - [ ] Don't unzip / prettier the large response - [ ] Offer elegant way to export and guide the user to use high-performance tool to open it (Sublime or VS) - [ ] The app shouldn't be freeze.
Author
Owner

@shirshak55 commented on GitHub (Oct 16, 2019):

sublime can handle large file but i doubt vs code cannot.

Its better for long file just display the response as it is and don't parse it.

<!-- gh-comment-id:542802826 --> @shirshak55 commented on GitHub (Oct 16, 2019): sublime can handle large file but i doubt vs code cannot. Its better for long file just display the response as it is and don't parse it.
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#300
No description provided.