JDK-8025147.js.EXPECTED revision 567:279f47b353f3
1SyntaxError: Invalid JSON: <json>:1:12 Trailing comma is not allowed in JSON
2{ "a": 333, }
3            ^
4SyntaxError: Invalid JSON: <json>:1:8 Trailing comma is not allowed in JSON
5[ 4343, ]
6        ^
7