json-viewer icon indicating copy to clipboard operation
json-viewer copied to clipboard

It is a Chrome extension for printing JSON and JSONP.

Results 127 json-viewer issues
Sort by recently updated
recently updated
newest added

It would be great if we could filter the JSON document using JSONPath to only show relevant parts that we want to see. http://goessner.net/articles/JsonPath/ https://github.com/dchester/jsonpath

Feature request

This page is opened as a JSON file but is not a JSON file. Regards ! :octocat:

Currently, if you set the `wrapLinkWithAnchorTag` option to `true` then the value of `openLinksInNewWindow` is ignored and links are always opened in a new window. This change modifies the code...

```json [ { "test": "test value", "test1": "test1 value" } ] ``` json-viewer will not recognize this and therefore will not work.

Is it possible to add some alias like "jw" to use "jw -> Tab" instead of "json-viewer -> Tab"?

This extension adds ~50ms of JS execution time for each page. There should be a lightweight script that checks if there is JSON on the page before loading and parsing...

enhancement

Great utility, thanks for this! Any chance you'd consider supporting XML down the road? A few public APIs I use only serve XML, and I'd love to see it with...

the build is breaking with the newest dubnium release of node

Original color scheme https://github.com/morhetz/gruvbox ### Screenshot: ![image](https://user-images.githubusercontent.com/11569651/52895430-5687ce00-31f5-11e9-81eb-ce97fc2fbe2d.png)

Is it possible to export/import the settings to/from a file, or sync extension settings in Chrome Sync? Thanks.