Xu Pengcheng created JEXL-398:
---------------------------------
Summary: Allow 'trailing commas' while define a map
Key: JEXL-398
URL: https://issues.apache.org/jira/browse/JEXL-398
Project: Commons JEXL
Issue Type: New Feature
Reporter: Xu Pengcheng
For example,
{code:java}
let m = {
"foo": 1,
"bar": 2,
}{code}
It fails because there is a comma after last entry `"bar": 2`, do we have any
plan to support it?
Thanks!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
