alopezlago / YetAnotherPacketParser

A parser to convert quiz bowl packets to different file formats
Other
8 stars 0 forks source link

Add option for MODAQ-specific JSON packet output #24

Closed alopezlago closed 2 years ago

alopezlago commented 2 years ago

MODAQ doesn't use any of the *_sanitized fields in the JSON output, and removing these fields can cut file sizes by around 50%. This will help reduce traffic from the Azure Function, and make the whole parsing process faster.