discovery
discovery copied to clipboard
A framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
Data ``` [{ id: 1, a: { id: 3, val: 1 }}, { id: 2, b: [{ id: 4, val: 1 }]}] ``` View ``` { view: 'tree', children: 'a...
According to [this issue](https://github.com/discoveryjs/browser-extension-json-discovery/issues/44) Can we somehow visually display nested JSON path, when the user hovers some key or value in structure?
Probably, in settings there should be separate buttons to change expand settings to 0, 1, 2, 3, 4 and infinity (as these are most used) When expanding all, show full...
I found out that I often use the same reports on different jsons. It would be cool to allow to save template reports to localstorage and show some menu where...
Example: https://i.imgur.com/5CaYqp1.png My screen is barely used, but there is already a "..." symbol and fields are hidden, which is very inconvenient. It would be ideal to hide only if...
Example: ``` { "a": "{\"c\": \"some data\", \"d\": 3}", "b": 2 } ``` This can be recursive (unescape json string and get json, which can also contain a string, which...
Menu items should not be opened automatically when they are inserted under the finger Windows 10, IIyama touch monitor