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