Home > other >  Json help I cant find the issue
Json help I cant find the issue

Time:06-07

I'm hoping someone can help I keep getting an error but it's getting late and I can't seem to find it. Would appreciate someone that can point out where I'm being blind. Many Thanks

Error details in the foramtted outptu

Moreover, the google is a duplicate key. You have to remove one of them. The rest of the JSON is correct.

The corrected JSON can be downloaded from Gist. (The uploaded code has the second google key deleted.

CodePudding user response:

You can use for example https://jsonlint.com/ to quickly see if there's a bracket problem (or other issues, like duplicate keys).

  •  Tags:  
  • json
  • Related