An object starts but never gets its closing brace.
{"a": 1
The object is missing its final } character.
Add the missing } at the end of the object.
{"a": 1}