Complex JSON nesting of objects and arrays
The first code is an example of Javascript code, which is similar, however not JSON. JSON would not have 1) comments and 2) the var keyword You don’t have any comments in your JSON, but you should remove the var and start like this: The [{}] notation means “object in an array” and is not … Read more