Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added json view #253

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

added json view #253

wants to merge 2 commits into from

Conversation

abdula571
Copy link

added convenient json viewer for json response. used code from https://github.com/quentinfasquel/JSONView with some fixes

@kean
Copy link
Owner

kean commented May 19, 2024

Hey,

JSONView looks interesting, and something like this could be a valuable addition. However, I would prefer to include parts of this functionality, such as collapsing objects, in the main text view.

I added a new ConsoleViewDelegate protocol, and I plan to extend it in v4.3 to allow adding "plugins" in common areas of the Console. It will support extending the response view to support new response types without modifying the framework, adding custom actions to the existing response views, and more.

If you'd like to contribute and add some of these features to ConsoleViewDelegate, I'll appreciate it. In the meantime, I would recommend sticking with a fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants