mfridman / tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
MIT License
998 stars 22 forks source link

Use JSONL format for New Line Delimited JSON #112

Closed ccoVeille closed 5 months ago

ccoVeille commented 5 months ago

https://en.wikipedia.org/wiki/JSON_streaming

ccoVeille commented 5 months ago

This is just a suggestion, it would avoid json files to be reported as in error because they contain multiple lines

mfridman commented 5 months ago

Nice, this should remove those pesky IDE errors related to "malformed JSON"

mfridman commented 5 months ago

I don't mind giving this a try, thanks for putting up a PR 🎉