omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Apache License 2.0
646 stars 62 forks source link

Proposal to support jsonl (json line) #140

Closed enthus1ast closed 3 years ago

enthus1ast commented 3 years ago

Proposal to support jsonl https://jsonlines.org/ as output format. jsonl are json dicts/types seperated by a newline.

{"event": "foo"}
{"event": "baa"}
...

This makes it extremely easy to use the output with every language that support iterating through lines, and parsing json. (and its would also be grepable)

enthus1ast commented 3 years ago

i just saw #27 ... then sorry for the noise