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

input: ```json {"sid":822106502566256641} ``` output: ```json {"sid": 822106502566256600} ``` How to fix this bug?

Clicking on foldgutter for folding or unfolding code didn't work , and neither CodeMirror-foldmarker works. **Application:** Chrome Browser, **Version:** 103.0.5060.134 (Official Build) (64-bit) **Video Link for the issue:** https://drive.google.com/uc?id=1xXUAQ-9vuUMePQ1Pnltc6qlYF8ooVILZ

Support for formatting `data:application/json` dataURIs would be a nice feature

Bumps [qs](https://github.com/ljharb/qs) from 6.3.0 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.6. Commits 58d30cb 2.20.6 f76edf0 Merge pull request #188 from axelniklasson/master 4eef089 Upgrade jsonpointer to address security vulnerability 441f812 2.20.5 d36a1b1 Merge pull request #182...

dependencies

From chrome web store: "Works very well when the json's in the main window, but doesn't work in iframes. JSONView Chrome extension has a setting which enables iframes, which suggests...

enhancement
Feature request

Bumps [node-sass](https://github.com/sass/node-sass) from 4.5.3 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Would like to have the following: From a collapsed view, searching for an attribute by name, result in showing only the full recursive path to it.

The following JSON file confuses json-viewer, which fails to parse it correctly: ```json {"foo":"a[\\\"=\"\"]"} ``` It displays: ``` { "foo": "a[\\\"=\"\" ]"} ``` and anything else from that point in...