Posts by luciandro • 11 points
1 post
-
0
votes1
answer350
viewsQ: I want to put "" in my JSON numbers
I have a script in node.js who catches the json from a website that comes in this format: {"nome123":123.4,"nome213":231.4."nome123":123.4} I want to quote the numbers and leave it like this:…