From: Anath B. M. <a_b...@ya...> - 2010-09-15 12:03:38
|
Hi I have been using the jsoncpp library, but having difficulties to understand how to effectively read/write data using Json::Value objects. You have give one example on http://jsoncpp.sourceforge.net/index.html, which does not explore much of the classes on how are they should be used. For example, I want to store about 4K of data with separator in one array, but this array should be added for a million records for read/write. However, I don't find an effective to way utilize this library due to limited example code. Could you please provide some example code on how to effective utilize the member functions for Json::Value, Json::Reader, and Json::Writer please? Thanks, AB Mandal |