[json-lib-user] Bug 3181537 - Loss of precision for double values
Brought to you by:
aalmiray
From: Martin S. <ste...@gm...> - 2012-05-03 13:47:35
|
HI, I have run into exactly this problem. probably using org.apache.commons.lang.math.NumberUtils#createNumber is not the best idea, since it is not exactly written for JSON. i am not happy with using json like {"a":2312.4756237845354d} since this ist not a valid json. is anyone going to solve this problem? are there any supposed solutions? greetings Peter |