From: <jso...@li...> - 2010-02-21 14:08:23
|
Revision: 95 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=95&view=rev Author: blep Date: 2010-02-21 14:08:17 +0000 (Sun, 21 Feb 2010) Log Message: ----------- - added Int/UInt typedef in Json namespace. Modified Value::Int and Value::UInt to be typedef on those. Modified code to use Json::Int instead of Value::Int. - added Value constructor taking begin/end pointer to initialize the Value with a non-zero terminated string. Modified Paths: -------------- trunk/jsoncpp/include/json/forwards.h trunk/jsoncpp/include/json/value.h trunk/jsoncpp/include/json/writer.h trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/lib_json/json_valueiterator.inl trunk/jsoncpp/src/lib_json/json_writer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |