The parser found a character it did not expect, usually an unquoted key or value.
The parser found a character it did not expect, usually an unquoted key or value.
{"name": Alice}Unquoted keys, single quotes, or a stray comma are the most common causes.
Wrap every key and string value in double quotes, then validate the JSON again.
{"name": "Alice"}