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)
↧
Forcing quotes around numbers for JSON
↧