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

Add support for "JSON Lines" format #267

Open lhofinger opened 6 months ago

lhofinger commented 6 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...