callumlocke / json-formatter

Makes JSON easy to read.
https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en
BSD 3-Clause "New" or "Revised" License
3.76k stars 859 forks source link

Extension ignored by Brave 1.58.127 with Chromium 117.0.5938.88 #257

Open dallenbaldwin opened 11 months ago

dallenbaldwin commented 11 months ago

Love the extension.

It was working really well until this morning when I needed to test some responses in my application's API

It seems there's a new option in either Brave or Chromium (probably Chromium) to pretty print output, and that seems to have broken the extension. I can't seem to get it to work like it did last week

image

image

I do prefer the output of this extension to what appears to be the new built in parser

hellomsg commented 11 months ago

open -a "Google Chrome" --args --disable-blink-features=PrettyPrintJSONDocument but I don't know how to persistence this setting.