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.3k stars 675 forks source link

Add rudimentary support for JSON Lines / NDJSON. Issues #277, #298. #299

Closed whlavina closed 3 years ago

whlavina commented 3 years ago

This minimal change seems to enable viewing of JSON Lines by treating it as an array of JSON. (P.S. I'm not a web developer and have limited experience with JavaScript or Chrome extension development.)