jdk-24/nashorn/test/script/basic/JDK-8025147.js.EXPECTED
Athijegannathan Sundararajan f996a92b3b 8025147: Trailing comma is not allowed in JSONArray and JSONObject
Reviewed-by: hannesw, jlaskey
2013-09-20 20:55:43 +05:30

7 lines
201 B
Plaintext

SyntaxError: Invalid JSON: <json>:1:12 Trailing comma is not allowed in JSON
{ "a": 333, }
^
SyntaxError: Invalid JSON: <json>:1:8 Trailing comma is not allowed in JSON
[ 4343, ]
^