Javascript allow a trailing comma in arrays and objects. JSON does not, but it still happens. The JSON reader correctly throws an error but the cause is not clearly stated.
Javascript allow a trailing comma in arrays and objects.
JSON does not, but it still happens.
The JSON reader correctly throws an error but the cause is not clearly stated.