jsoncpp/src
Christopher Dunn e255ce31a4 support UTF-8 in old Writers
We had already fixed Value to hold UTF-8 properly, but only the newer
StreamWriter was writing UTF-8 properly.

Old FasterWriter etc. were using asCString() instead of asString() in
Value::writeValue().

Hopefully this change does not break any existing code. Seems unlikely.

issue #240
2015-04-11 14:41:30 -05:00
..
jsontestrunner had trouble finding Python on Windows 2015-03-05 17:42:12 -06:00
lib_json support UTF-8 in old Writers 2015-04-11 14:41:30 -05:00
test_lib_json prefer ValueIterator::name() to ::memberName() 2015-03-08 14:35:00 -05:00
CMakeLists.txt - New CMake based build system. Based in part on contribution from 2013-05-08 20:21:11 +00:00