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

Is it possible to add support for [JSON Lines](https://jsonlines.org/)? The [NCBI Datasets project](https://www.ncbi.nlm.nih.gov/datasets/) provides DNA sequence metadata in JSON lines format and it would be helpful for users if these...

This pull request disables some of the key command functionality of CodeMirror, enabling Chrome browser keyboard shortcuts to navigate back. Fixes https://github.com/tulios/json-viewer/issues/124. For some reason, the `extraKeyMap` object had to...

Original color scheme: https://github.com/getomni/omni Screenshot: ![image](https://user-images.githubusercontent.com/22185823/108536656-70b08700-72bb-11eb-9059-1328b2151bc9.png)

Display the status code of the request for a better understanding.

On some pages where the code is attached, the extension runs and causes an error. This leads to the page not loading.

Currently, clicking any mouse button on a link will cause it to open the link; this prevents using e.g. right-click context menu on the link, and may grab mouse4/mouse5 inputs...

Having the option of clickable url is great, so is setting for new tab or not. So I link clickable urls and not open in new tab as when I...

Feature request

I've noticed in the last few days that it seems like ctrl-F search will open up when invoked, but never finds the string that's being searched even when it exists....

These changes improve performance by: a) Enabling tree-shaking by using ES6 imports b) Short-circuiting the JSON check if the correct content-type is served c) Short-circuiting to false if the JSON...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies