One of our customers is having any issue with the web panel software we use, which parses various .json files. We and the customer have contacted the developers to have them look into this issue, but they stated everything was fine. However, their software is printing the error “Invalid object passed in, member name expected”.
After searching this a bit, I confirmed my suspicion that this is indeed a formatting problem in the json file. I have pasted it into various formatters online, and all of them recognized it as being valid, so I am at a loss now.
Is there any decent way to hunt down syntax issues in .json files, as this is quite a long configuration.
The problem seems to be this part:
On line 1024:
Have a look at: Parse Google JSON response in VB.NET