From: <jso...@li...> - 2014-04-23 23:41:14
|
Revision: 281 http://sourceforge.net/p/jsoncpp/code/281 Author: aaronjacobs Date: 2014-04-23 23:41:12 +0000 (Wed, 23 Apr 2014) Log Message: ----------- Added structured error reporting to Reader. This allows applications for interactively viewing or editing JSON to do a better job of highlighting errors. Also added offset accessors to Value, offering the same sort of functionality even for non-errors. Thanks to Zach Clifford (zac...@go...) for the patch. Modified Paths: -------------- trunk/jsoncpp/include/json/reader.h trunk/jsoncpp/include/json/value.h trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/test_lib_json/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |