json-viewer icon indicating copy to clipboard operation
json-viewer copied to clipboard

It is a Chrome extension for printing JSON and JSONP.

Results 127 json-viewer issues
Sort by recently updated
recently updated
newest added

Here is a sample page: http://output.jsbin.com/dapefoh ``` 12345 1 2 3 4 5 123 321 123 321 123 OK ``` If JSON Viewer been enabled, the browser will show different...

returned data string contains breaks the formatting and you don't see the whole JSON

bug

Not sure if this is really an issue that needs "fixing" but it should be noted that having the extension enabled will cause Steam to send you a verification code,...

Thanks for `json-viewer`, it's been really nice to have. You wouldn't believe the time I've saved with it! This PR would allow nodejs debugger links to be clickable when visiting...

Hello, Is it possible to add support for "JSON Lines" format, that is often used for logs files. MIME type may be application/jsonl, but this is not yet standardized... Have...

![image](https://github.com/tulios/json-viewer/assets/8286273/aa20b68a-126e-4136-bebc-64d744888441) website: http://baike.baidu.com/api/openapi/BaikeLemmaCardApi?scope=103&format=json&appid=379020&bk_key=%E5%85%B3%E9%94%AE%E5%AD%97&bk_length=600 this wbsite is ok: https://suggest.taobao.com/sug?code=utf-8&q=%E8%A3%A4%E5%AD%90&callback=cb ![image](https://github.com/tulios/json-viewer/assets/8286273/7c65cc31-fa65-46c8-a41f-7c495f600c65)

If I create an URL dynamically using `URL.createObjectURL`, the extension does not detect JSON when I navigate to it. Test code: ``` var blob = new Blob(['{ "lastname": "Dresden", "occupation":...

investigate

This extension can act like [https://jsonviewer.stack.hu/]() ? Sometimes I just want to convert the content of the clipboard or somewhere to json instead of the response.