-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Feedback] In-browser JSON viewer #87
Comments
I think it will be a great addition to Edge (something I use Firefox exclusively for). I like the fact that you guys are prioritising performance over adding new features early on. I was wondering,
Overall, loved the idea, and cannot wait to get my hands on it! Thanks! |
Thanks so much for your input @pankajparashar - I will bring this up in our next sync. |
would be great to get querying/ reporting support in there |
Yeah, this definitely something I'd like to see native to Edge/DevTools. It's common to add extensions to address the gap, e.g. https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh, however the permission grant needed for such an extension is a concern. Is it a non-goal for DevTools Network "Preview" of JSON responses to share functionality/UX here, thus "Open JSON in Network Console"? |
I'm excited for this. Currently I have to use other tools to do this, and it would also be nice for this to be something that is used in dev tools when looking up responses to web api requests |
I am testing a few IAsyncEnumerable APIs to a web application. |
Oh, thanks for reporting. Let me actually file a separate bug just for this then, and make sure our dev team sees it. I'll ping you on the new issue when it's opened so you can provide more information if possible. |
JSON viewer support is a great addition to Edge. One thing I would like to see is to expose the json content as a variable on DevTools console. As a workaround, I tried the following on the console, which works for smaller outputs (smaller than the visible page): However, it seems for bigger JSONs (when scrollbar exists), the page is rendered as we scroll it, not allowing to read the entire json and giving the error |
This is excellent feedback. I'll make sure the team knows about it and tracks it on our internal backlog. |
Search (Ctrl+F) on a JSON document seems to be restricted to the portion visible on screen. |
Thanks for reporting this. This is a known issue that's currently being worked on by the team. We're hoping to deploy a fix for this soon. Thanks again! |
Great find. Thanks for reporting. I'll log a bug for our team to fix. |
I have similar issue as siimots. 1 is a valid json. However edge can't show it. |
Some cases when nothing is shown but is valid json: |
Thanks, adding these cases to the bug I filed. Will keep everyone updated of any progress toward a fix. |
It cannot do full search. For example |
Thanks for filing this. Let me create a new issue with this so we can properly track it. I'll also close this issue since this general feedback request isn't very useful any longer. It's better if people open new issues now that the tool has been live for a while. |
Note This issue has now been closed. It was used to collect feedback during the early development of the JSON viewer. |
Someone thought I might have my favorite JSON extension installed in the browser and NOT WANT to use the default one? How can I disable that? |
To disable the JSON viewer, follow these steps: you can do so by following these steps:
|
It used to have the flag to disable it, but it was removed, so no json viewer flag anymore. To disable it, you have to add the following on the Edge shortcut:
It will look like this: |
The two approaches were frustrated. |
Maybe it is related to Edge You need to close all instances of the browser after adding the flag, otherwise it won't work (sometimes there are some Edge processes left on task manager even after closing all Edge windows) Check on |
Sorry about this. I just remember that we have a bug on file at the moment whereby the flag got removed accidentally, but is being added again. See #238 |
Just to make it clear, The option |
Note
This issue has now been closed. It was used to collect feedback during the early development of the JSON viewer.
If you have feedback about the JSON viewer, please open a new issue on this repository.
Please refer to this explainer document for more details on the matter.
Currently when you navigate to a JSON file example in the browser, you get a basic text display that is not giving you much insight.
We're currently investigating replacing this with a collapsible, colour-coded tree view instead.
Currently we're testing the performance implications of this change, and will add more functionality once we are happy with the results.
Please tell us what other functionality you'd like to see in this feature.
The text was updated successfully, but these errors were encountered: