go-obs-websocket
go-obs-websocket copied to clipboard
JSON nested objects not correctly encoded / parsed
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.