SyntaxFix
Write A Post
Hire A Developer
Questions
Your array has default keys(0,1) which store object {'com':'some thing'} use:
{'com':'some thing'}
var obj = jQuery.parseJSON(response); $.each(obj, function(key,value) { alert(value.com); });