**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. ```jsonata ( { "id": data.id, } ) ```