I'm getting this when trying to apply the first (and only) layout I saved before I started noodling with furniture:
Load Error: The JSON value could not be converted to System.Collections.Generic.Dictionary`2[System.String,System.Object]. Path: $.interiorFurniture[0].properties | LineNumber: 85 | BytePositionInLine: 21.
In the Json file, line 85 is the first },
"interiorFurniture": [
{
"name": "A Knight to Remember",
"itemId": 13289,
"transform": {
"location": [ 3.1370988, -5.8696437, -4.686394 ],
"rotation": [ 0, 0, 0.70510185, 0.709106 ],
"scale": [ 1, 1, 1 ]
},
"properties": [],
"attachments": []
},
This save was made a few months ago, could something have changed in the plugin since then?