JSON Missing Bracket

A missing bracket error means an object or array was started but not closed. The parser expects a matching closing brace or bracket.

Common causes

How to fix

FAQ

How do I fix unclosed JSON?
Add the missing } or ] so every { has a } and every [ has a ].
Can one missing bracket break the whole file?
Yes. The parser cannot know where the structure ends, so it fails.

Fix it now

Try in validator (prefill this example)

Related

All tools · Canonical