Google Charts Newby - 2

0
Thanks for all the response on my first question!! The testproject from github is up and running after upgrading the RESTservice and CommunityCommon from the AppStore. So I thought this was going to be easy after that... I use the same code as in the test-poject but I keep getting an error in my browser: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data I looked at the Json output and it is identical to the test-project (or so it seems). I validated the Json output with on-line tools, no errors found. So now I am stuck.. up the creek with no peddle. hmmm Any ideas anyone? Thanks Mark
asked
1 answers
0

Continued: I found the first error to be in the JSON.parse(). I have put ' around my Json output.

That got me the next error:

An error occurred while handling queued requests: Invalid JSON string:

This JSON string checks out just fine in any JSON editor I can find.

Still stuck.... anyone?

answered