A comma after the final item is not valid JSON.
["a", "b",]
A comma was left after the last element in an object or array.
Remove the comma after the final value.
["a", "b"]