hedhyw / json-log-viewer

Interactive viewer for JSON logs.
MIT License
81 stars 7 forks source link

feat: Support ts as time field #27

Closed Mihai22125 closed 1 year ago

Mihai22125 commented 1 year ago

Description

This pull request adds support for the 'ts' field in addition to 'timestamp', 'time', and 't' as valid time fields when extracting time values from JSON data.

Changes Made