Posts by A.A.F. • 43 points
1 post
-
4
votes4
answers2080
viewsQ: How to capture elements in a json structure using javascript
I need to get some elements inside a JSON structure with Javascript. I can get unit elements like this: alert(response.paymentMethods.CREDIT_CARD.options.MASTERCARD.images.SMALL.path);…