About the JSON Validator
The JSON Validator checks whether input is syntactically valid JSON and reports the first error with the browser engine's exact message — the fastest way to find a missing comma or stray bracket.
Trailing commas, single quotes instead of double quotes, unquoted keys and comments — none of which JSON allows.