go-obs-websocket icon indicating copy to clipboard operation
go-obs-websocket copied to clipboard

JSON nested objects not correctly encoded / parsed

Open muesli opened this issue 5 years ago • 0 comments

It looks like nested objects in JSON aren't correctly encoded or parsed:

position.x or position.alignment will always be 0 because that's not the correct JSON key. The key is alignment inside the position struct.

muesli avatar Nov 25 '20 03:11 muesli