Hi guys.
We're experiencing a strange issue with a JSON file here.
'Strange', because.
- the file is generated by Axy itself
- it's valid in any other JSON or code editor
- we did not change the Axy logic that generates the file for weeks
- the file *used* to work in Axy for weeks
- now Axy suddenly throws an error: Error in JSON: (14,3): ',' expected
Here's the file:{ "Camera": 2, "Path": 2, "ContentNum": 1, "ContentActive": true, "TA_SystemInfo": { "ControlRoomIP": "192.168.99.32", "StudioID": "01", "LocalSubnet": "192.168.99.", "MachineName": "B003-REGIE-02", "SystemFolder": "D:\\Aximmetry_UE5\\Stuff\\" }, "Room": "B003-TS", "pause": 50010, "SaveDate": 77629}
PS:
Even when you copy the JSON part from above,
paste it into a TextBlock in Axy,
and add a JSON Text right after,
Axy throws the same error,
while pasting into any JSON validator doesn't show any issue at all....
Odd, eyh?