omerbenamram / evtx

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

JSON with type information #17

Closed omerbenamram closed 5 years ago

omerbenamram commented 5 years ago

I've revised the output traits to preserve the type information, and let implementors decide whether or not to covert to string.

There are some (probably) needless copies that are being done now (which regress performance by 5%), I'll try and avoid them.