Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Forcing quotes around numbers for JSON

$
0
0

The JSON parser we're using wants numbers in a string format (ie: in quotes) to prevent any unwanted re-formatting in process. How do I force a field to produce something like...
"mynumber" : "12345.66" instead of
"mynumber" : 12345.55
?
(thanks)


Viewing all articles
Browse latest Browse all 2665

Trending Articles