grpc-web-devtools icon indicating copy to clipboard operation
grpc-web-devtools copied to clipboard

Raw JSON view

Open rogchap opened this issue 6 years ago • 1 comments

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 avatar Apr 17 '19 03:04 rogchap

We would also like to see this feature

seime avatar Jan 08 '21 08:01 seime