AykutSarac / jsoncrack.com

✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.
https://jsoncrack.com/
Other
30.07k stars 1.82k forks source link

[BUG]: Error rendering view when there is attribute after a array attribute #340

Open aboutZZ opened 1 year ago

aboutZZ commented 1 year ago

Issue description

Input json:

{
  "foo": 123,
  "bar": "123",
  "authorities": [
    1,
    2,
    3
  ],
  "context": null
}

The foo bar attribute is not rendering correctly.

图片

But When I remove the context attibute, works fine.

图片

Media & Screenshots

No response

Operating system

Priority this issue should have

High (immediate attention needed)

AykutSarac commented 1 year ago

It seems to be related to browser. I'll investigate. Do you have any plugins installed?

image

aboutZZ commented 1 year ago

I disabled all the plugins on Firefox, problem still exists. But on Chrome broswer, it works fine.

naikymen commented 1 year ago

Same here: preparation.zip

I have this issue in Firefox (115.0.3) but not in Chromium (Chromium 115.0.5790.110 Arch Linux).

image

image