This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
open-source-parsers
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
jsoncpp
/
src
History
Baptiste Lepilleur
99043b32b5
Fixed bug
#3139678
: stack buffer overflow when parsing a double with a length of 32 characters.
2011-05-01 15:47:38 +00:00
..
jsontestrunner
Major rework of 64 integer support: 64 bits integer are only returned when explicitly request via Json::Value::asInt64(), unlike previous implementation where Json::Value::asInt() returned a 64 bits integer.
2010-12-27 17:45:23 +00:00
lib_json
Fixed bug
#3139678
: stack buffer overflow when parsing a double with a length of 32 characters.
2011-05-01 15:47:38 +00:00
test_lib_json
Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float).
2010-12-24 19:30:06 +00:00