Jon Ribbens
Jon Ribbens
Fixes ticket-33405
The image is of the Schrödinger's cat thought-experiment, wherein the cat is alive and dead at the same time (sort of) - i.e. it is multi-status, aka HTTP 207. HTTP...
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...
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...
When you have an object which is folded away, it should show the number of keys the object has, the way it does for arrays.
`README.md` says "It depends on node (version in package.json engines)" but `package.json` does not in fact contain an `engines` specification.
It would be very useful if json-viewer had a way, when you are looking at the middle of a large array or object that spans many pages, to either collapse...
It would be cool if json-viewer had an option to display the JSONPath of the element your mouse cursor is over.
The click handler on URLs should only open them when they are left-clicked - right-clicking should open up the context menu as always.
The Home and End keys normally, of course, scroll to the top or the bottom of a web page, and the up and down arrow keys scroll the page up...