Posts by João Oliveira • 13 points
1 post
-
1
votes1
answer257
viewsQ: Change the json value
I have the following JSON: [{"id": 1,"preco": "R$50"}, {"id": 2,"preco": "R$70"}] I would like to change the price value by removing the R$ leaving only the numbers using javascript or jQuery…