lslib
lslib copied to clipboard
LSJ: fields must be ordered?
So when investigating the error when converting lsj dialogs->lsf dialogs I found something else:
"TagText": {
"type": "TranslatedFSString",
"handle": "h85e7dba1gde65g4819g9ff8gb83dc41904c7",
"value": "",
"arguments": []
},
throws an exception regarding something that requires a string instance getting a null and
"TagText": {
"type": "TranslatedFSString",
"value": "",
"handle": "h85e7dba1gde65g4819g9ff8gb83dc41904c7",
"arguments": []
},
writes fine.