From: Hobin Y. <hob...@gm...> - 2013-10-31 21:30:37
|
Is there a way to get a double value as an unmodified string? I have double values that I want to parse without losing any precision. Json::Value v; double longi = v.asDouble(); string longi = v.asUnconvertedString(); // something like this? Hobin |