Posts by Lizandro Daniel Zenteno • 3 points
1 post
-
0
votes1
answer106
viewsQ: How to separate values from a json answer and add their results?
I have the following reply from AJAX: [{"valor":"100","dt_month":"11"}, {"valor":"150","dt_month":"11"}, {"valor":"1324.50","dt_month":"9"}, {"valor":"12.35","dt_month":"5"}]` I would like to…