autocomplete demo JSON does not validate - breaks demo
When playing with the autocomplete-demo on the site I entered the letters "fa", which had the little loader spin even though the JSON was loaded. JsonLint shows that the JSON contains \' which is not valid.
syntax error, unexpected TINVALID at line 9
Parsing failed
{
"id": "Falco eleonorae",
"label": "Eleonora\'s Falcon",
"value": "Eleonora\'s Falcon"
},
Where the label-row is line 9.