forked from Atlantis-PBEM/Atlantis
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
It would be convenient if unit names containing backslashes (like "##/") escaped the backslashes in json. I wish for
"name": "\\##/ (2918)"
instead of the present encoding, which is
"name": "\##/ (2918)"
I wish for this because the default python json decoder chokes on the existing report.
Reactions are currently unavailable