Kittyfisto / Tailviewer

Open source log file viewer
https://kittyfisto.github.io/Tailviewer/
MIT License
182 stars 38 forks source link

Support (some) json file formats #331

Open Kittyfisto opened 3 years ago

Kittyfisto commented 3 years ago

As part of the proof of concept of the tabular log file viewer, Tailviewer should start supporting one or the other json log file format (TODO: Research how many there are and pick the most popular ones if there's multiple).

Opening such a log file should display one column per property and create the columns on-demand, if possible, based on the contents of the particular log file.

TODO: Add more requirements.