tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.36k stars 687 forks source link

It doesn't work with this json, there should be a way to force formatting, even if it's not detected. #335

Open ofmarconi opened 1 year ago

ofmarconi commented 1 year ago

https://localcine.com/wp-json/wp/v2/

skamansam commented 1 year ago

I agree - i would love the option to force formatting. For me, the only way to get this extension to work is if the file extension is '.json'. For django DRF projects, you can just specify a url like mysite.com/path/to/json/?format=json and it will give you json output, but json-viewer doesn't detect it at all.