i have a json_encoded array which outputs the json like this
[Object {id="1", name="Muslin", image1="muslin.jpg"}, Object {id="72", name="damn", ...}]
Will it get parsed by jquery's parsejson If no then why not?
i have a json_encoded array which outputs the json like this
[Object {id="1", name="Muslin", image1="muslin.jpg"}, Object {id="72", name="damn", ...}]
Will it get parsed by jquery's parsejson If no then why not?
You can validate json objects yourself using http://jsonformatter.curiousconcept.com/#jsonformatter
Json format should be as follows,