mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
645cd0412c
* cleaning up the logic for parsing numbers * Add Testcases for new Reader in jsontestrunner
5 lines
208 B
JSON
5 lines
208 B
JSON
// Out of 32-bit integer range, switch to double in 32-bit mode. Length the
|
|
// same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
|
// order to catch a bug in the parsing code.
|
|
4300000001
|