omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposal to support jsonl (json line)

enthus1ast opened this issue · comments

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)

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