Unexpected End of JSON Input

The document ends before every object and array is closed.

Error

The document ends before every object and array is closed.

{"name": "Ada"

Cause

A missing closing brace or bracket at the end of the document.

How to fix

Add the missing closing } or ] and validate the result.

{"name": "Ada"}