After validating a json file with json.bloople.net, the file begins as follows:
{
"sepString": "--",
When attempting to load this json file into an ExtJS JsonPStore, Chrome displays the error:
Uncaught SyntaxError: Unexpected token : in line 2
What is the meaning of this error message from Chrome?
EDIT:
Upon loading the json file
{
"globalSettings" : [{
}]
}
into an ExtJS JsonPStore, Chrome returns the following error:
Uncaught SyntaxError: Unexpected token : in line 2
What is Chrome trying to communicate with this error?