I got a different type of numbers in my json string. So parsing this numbers with JSONObject leads to 3.7E-4
-like representation of this numbers. I prefer to see numbers as a string
. What to do? How to prevent such conversion?
{"data":
{"number1":0.0004,
"number2":0.00038,
"number3":0.00037
}}