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

Raw JSON view #9

Open
rogchap opened this issue Apr 17, 2019 · 1 comment
Open

Raw JSON view #9

rogchap opened this issue Apr 17, 2019 · 1 comment
Milestone

Comments

@rogchap
Copy link
Contributor

rogchap commented Apr 17, 2019

For large data sets the rendering of the JSON tree can be slow, also users may want to copy+paste the raw JSON data.

In addition to the JSON tree we should have a tab for the raw json. This could be as simple as using a <pre> tag:

return <div><pre>{JSON.stringify(data, null, 2)}</pre></div>;
@rogchap rogchap added this to the v1.2.0 milestone May 11, 2019
@seime
Copy link

seime commented Jan 8, 2021

We would also like to see this feature

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

No branches or pull requests

2 participants