Sign in
chromium
/
external
/
jsoncpp
/
jsoncpp
/
src
/
lib_json
Clone this repo:
Branches
master
b01ab6d
fix stdexcept
by christopherdunn
· 11 years ago
master
94c873d
Added structured error reporting to Reader.
by aaronjacobs
· 11 years ago
e17bfbe
Added features that allow the reader to accept common non-standard JSON.
by aaronjacobs
· 11 years ago
2b58e60
vim modeline
by christopherdunn
· 11 years ago
d7c70be
Comment reading/write improvements
by christopherdunn
· 11 years ago
38a636c
JSON_ASSERT -> JSON_ASSERT_MESSAGE
by christopherdunn
· 11 years ago
7e79e97
Added missing includes for std::istream.
by aaronjacobs
· 11 years ago
c42a1be
Fixed some snprintf-related build breakages in Visual Studio.
by aaronjacobs
· 12 years ago
f7ee7a9
Replaced the complex implementation of valueToString(double).
by aaronjacobs
· 12 years ago
dcb2845
Switched away from sprintf, which is prone to buffer overflows.
by aaronjacobs
· 12 years ago
e4187fe
- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
by blep
· 12 years ago
84add75
- New CMake based build system. Based in part on contribution from
by blep
· 12 years ago
0779b51
Patch #3600941: Missing field copy in Json::Value::iterator causing infinite loop when using experimental internal map (#define JSON_VALUE_USE_INTERNAL_MAP) (contributed by Ming-Lin Kao).
by blep
· 12 years ago
f80a5b9
Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia).
by blep
· 12 years ago
3643897
Fixed warning(error?) on #if testing value of _MSC_VER without checking that it was defined.
by blep
· 12 years ago
1765c8e
Made it possible to drop null placeholders from array output.
by aaronjacobs
· 13 years ago
a8caa51
Got rid of several unnecessary includes of <iostream>.
by aaronjacobs
· 13 years ago
ad13e4e
bug#2407932: strpbrk() could fail for NULL pointer.
by christopherdunn
· 14 years ago
06743e8
bug#3306345: minor typo in Path::resolve() -- missing bang.
by christopherdunn
· 14 years ago
e0eb13c
More missing constructor initializers found by Coverity.
by christopherdunn
· 14 years ago
More »