The rules for valid JSON are stricter than JavaScript objects. When using JSON Validator, especially check for the following:
double quotesBoth key names and text must be enclosed in double quotes, single quotes cannot be used.
Commas and parenthesesCommas are required between each item, but there must be no trailing comma after the last item.
annotationStandard JSON does not support // or /* */ annotations; this tool will mark all // annotations directly.
data typeOnly strings, numbers, objects, arrays, true, false or null can be used, undefined cannot be used.