I have a set of data that is being passed on by the PHP\'s json_encode function. I\'m using the jQuery getJSON function to decode it:
json_encode
getJSON
An easy fix to this question is to add '[' in the start of your json file, and ending it with a ']'. This solved it for me.