Allow replay data to be parsed, either as a JSON or CSV

I want to do some analytics based off my replay, but replay data is encrypted and I can’t work with it.

Its not encrypted actually, what is stored are raw byte messages that traffic between the client and server (on this case action requests from server to be done on client). So they are in fact, raw bytes, theres nothing to decrypt on it, also nothing much i could convert to JSON as they original format are the actual bytes.