Unclosed Object JSON Error

An object starts but never gets its closing brace.

Error

An object starts but never gets its closing brace.

{"a": 1

Cause

The object is missing its final } character.

How to fix

Add the missing } at the end of the object.

{"a": 1}