jsonata-js/jsonata

Support for trailing commas

Haltarys opened this issue · 0 comments

Feature request

I would like the following code to be treated as valid by the jsonata parser, the trailing comma after data.id should be ignored if present.

(
 {
   "id": data.id,
 }
)