Hi all,
When exporting large numbers to JSON using the ExportJSON DataWindow method the numbers are converted to scientific notation and precision is lost.
For example, a number like 284,932,785.56 gets converted to something like 2.8493E+08 (don't remember how many decimals) in the JSON string which is then imported as 284,930,000.00 using the ImportJSON method.
Is there a setting in the DataWindow control or object that can correct this?
Regards,
Ricardo