litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
196 stars 17 forks source link

Jsonlite stopped working for updated chrome version 117. #71

Closed jeetonweb closed 6 months ago

jeetonweb commented 1 year ago

Chrome Version: 117.0

It was well and fine until I updated the chrome. After the update, Jsonlite is not working, instead the Chrome default pretty print option comes for viewing any JSON output in browser.

boghyon commented 1 year ago

Star https://bugs.chromium.org/p/chromium/issues/detail?id=1485052.

For Edge users, it can be disabled with edge://flags/#edge-json-viewer (https://github.com/lauriro/json-lite/pull/67). So far, I couldn't find any equivalent setting for Chrome.

boghyon commented 1 year ago

The breaking Chromium change is reverted for now but the "feature" might be introduced again. If at all, then:

We certainly wouldn't want to break extensions with this change. (Source: https://bugs.chromium.org/p/chromium/issues/detail?id=1449151#c21)

This issue can be closed.