am having the data sa
var data = '[{"idcoupons_tbl":"1","discount_percent":"10"}]';
when i try to parse and get a discount_percent ie
var result= jQuery.parseJSON(data);
alert(result["discount_percent"]);
FIDDLE it returns Undifined, thanks in advance
result[0]["discount_percent"], it's an array