Converts Arma3Sync's binary file format (Java serialized objects) into an JSON representation.
- Python (Tested with 3.7)
- Java (Tested with 1.8.0_211)
- All requirements listed in the requirements.txt
- Install all requirements
- Clone the repository
- Run:
python Parser.py \<url> \<filename>
- Example:
python Parser.py ftp://arma.github.com/.a3s/ git_repo.json
a3s_to_json is developed under Unlicense.
- Chris Frohoff for JDeserialize [Public Domain]
- Jetbrains for PyCharm <3