discovery icon indicating copy to clipboard operation
discovery copied to clipboard

A framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

Results 38 discovery issues
Sort by recently updated
recently updated
newest added

Unfortunately, today I found JSON which is not parsed by JsonDiscovery at all. This JSON is parsed successfully by Visual Studio Code. This big json is not much different from...

more details needed
JsonDiscovery

Currently url says #report and noone knows how to open it. If it said #reportJsonDiscovery or #report?q=...&plugin=JsonDiscovery, then users would install Json Discovery to view report.

JsonDiscovery

Example: ``` {"P":590595,"U":5678518811589061657,"A":942,"S":78,"C":1,"P":171632,"B":72057603339518945} ``` Output: ![image](https://user-images.githubusercontent.com/15198808/89177864-017c7b00-d595-11ea-976f-e8da84146e70.png) This seems to be a high priority issue because it garbles data. This is probably due to limitation that js stores numbers as floats....

Why: so that users do not to switch to raw to search in json

If name is removed, typing full name and pressing Enter selects another name

enhancement

After expanding a subtree, the next click should collapse it. To do it, make the whole "623 elements" row clickable to collapse subtree. Example: red clicking in red area should...