I was looking at my database and there were places where jQuery had been used to make a JSON string:
{"0":"33"}
And then I saw places where there were JSON strings made from PHP json_encode like:
["News"," world news"," latest news"]
Do the brackets versus braces make a difference?