mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5446] [feature]: Table view response viewer #2092
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2092
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 @dhruvnnd on GitHub (Oct 4, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5446
Is there an existing issue for this?
Summary
Add a table-based response viewer to Hoppscotch, similar to Postman’s Preview tab, that provides a clean, structured, and readable display for JSON and array responses.
Why should this be worked on?
Proposed Solution
Introduce a new tab in the response viewer called “Table View” which:
[ { id: 1, name: "John" }, ... ]).Implementation Idea
Benefits
While Hoppscotch’s raw and formatted JSON viewers are great for developers, they can be hard to interpret when the API returns tabular or array-based data (e.g., lists of users, products, or transactions).
A table view would make it easier to visually inspect structured data, understand relationships, and quickly verify responses during debugging.
@junaiddshaukat commented on GitHub (Oct 5, 2025):
Hi, I would love to work on this.
Can you assign it to me?
@techieadi4703 commented on GitHub (Oct 6, 2025):
@dhruvnnd @junaiddshaukat @abraham @silentmatt I'm interested in this issue can you assign me this issue to me.
@liyasthomas commented on GitHub (Oct 6, 2025):
Hey community, this feature sounds like a fantastic addition to Hoppscotch. We’d be grateful if you could contribute to it. @junaiddshaukat and @techieadi4703 can give it a try, but since we have multiple interests at once, please describe your plan, process, and any other relevant information that would provide more context. For example, are you planning to build a JSON to table component, or will you rely on a library?