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

The default max json size could be bigger, will have to do profiling but I can get a factor of 10 larger without any noticable delay loading the viewer.

Adds a check to see if text is empty before making it a link. Fixes #279.

I would like an option to indent with tabs (1 tab per indentation level).

MAny APIs that I work that produce JSON output also include a "Link" header with values like… ```txt ; rel="current",; rel="first",; rel="next",; rel="last" ``` That lets the API user know...

Microsoft Edge is the second most used browser on the web, making the browsing experience more flexible, offering many more services for users and optimized for Windows devices. Microsoft Edge...

I have created the following `index.html`: ```html Test Click me ``` And the following `script.js`: ```js (() => { function create(type, text = '', attributes = {}) { const element...

bug

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...

dependencies

Hi, I'd like to work on porting over the GitHub default dark theme over to json-viewer. I'm able to overwrite styles by editing the "Custom Style" section in the options...

It would be nice to have an option to have a compact display for small arrays/objects, e.g. to display `"foo": [1, 2, 3]` as `"foo": [1, 2, 3]` on one...

Please, include option for customize icon white for the chrome extension. Actually icon is black for default, making it invisible in chrome browser tab.