
[BUG] Missing escaping when exporting json
p-schreiner opened this issue ยท 0 comments
There is a new item in the loot pool, "Streamlined" Cartel Uniform. When exporting loot history for raid as JSON it seems, that the result string won't escape the quotation marks. This leads to an invalid JSON string.
Can you please check this?
JSON Object
[{
"boss": "Chromk\u00f6nig Gallywix",
"class": "DRUID",
"date": "2025/03/05",
"equipLoc": "Brust",
"gear1": "[Balg des Gro\u00dfluchses]",
"gear2": "",
"id": "1741212782-8",
"instance": "Befreiung von Lorenhall-Normal",
"isAwardReason": "false",
"itemID": 228864,
"itemName": ""Optimierte" Kartelluniform",
"itemString": "item:228864::::::::80:262::3:6:6652:11966:10354:11980:1494:10255:1:28:2462",
"note": "",
"owner": "XXX",
"player": "XXX",
"response": "Bedarf",
"responseID": "1",
"rollType": "normal",
"servertime": "1741212782",
"subType": "Leder",
"time": "23:13:00",
"votes": 0
}]