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.29k stars 672 forks source link

Add support for "JSON Lines" #348

Open lhofinger opened 4 months ago

lhofinger commented 4 months ago

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 a look at: https://jsonlines.org/ and https://arduinojson.org/

Thanks...