You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The SQF to JSON extraction script always appends a comma (,) to the end of the array, making the array invalid and requiring manual intervention.
Expected behavior
There is no comma on the last element of the JSON array
Additional context
This is the line that formats the joined classes string into a string representation of an array. Perhaps it could be removed here?
_JSON="["+endl+""+_joinedClasses+endl+"]"+endl;
The text was updated successfully, but these errors were encountered:
Describe the bug
The SQF to JSON extraction script always appends a comma (,) to the end of the array, making the array invalid and requiring manual intervention.
Expected behavior
There is no comma on the last element of the JSON array
Additional context
This is the line that formats the joined classes string into a string representation of an array. Perhaps it could be removed here?
The text was updated successfully, but these errors were encountered: