mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6 lines
201 B
Text
6 lines
201 B
Text
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, ]
|
|
^
|