Menu

Code Commit Log


Commit Date  
[r161] by blep

Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility.

2011-05-01 16:27:55 Tree
[r160] by blep

Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters.

2011-05-01 15:47:38 Tree
[r159] by blep

Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected.

Modified runjsontests.py to allow test that expect failure in jsoncpp test suite.

2011-05-01 15:40:47 Tree
[r158] by blep

Fixed latest readme.txt url.

2011-05-01 15:09:16 Tree
[r157] by blep

Fixed url for scons 1.2 download. Clarify manual test run executable path.

2011-05-01 15:06:40 Tree
[r156] by blep

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.

This eases porting portable code and does not break compatibility with the previous release.

Json::Value::asLargestInt() has also be added to ease writing portable code independent of 64 bits integer support. It is typically used to implement writers.

2010-12-27 17:45:23 Tree
[r155] by blep

Fixed some documentation issues pointed out by Daniel.

2010-12-24 19:58:23 Tree
[r154] by blep

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 Tree
[r153] by blep

- Array index can be passed as int to operator[], allowing use of literal:
Json::Value array;
array.append( 1234 );
int value = array[0].asInt(); // did not compile previously

2010-12-24 12:47:14 Tree
[r152] by blep

updated license with clearer information

2010-04-27 16:38:30 Tree
Older >
MongoDB Logo MongoDB