I want to intergrate JSON CPP into my project.
Steps followed is :
1.Download the jsoncpp-master project this from the site.
2.Complied the lib_json project and generated the library.
3.Included the JsonCpp include folder in my local project and added the library in my project.
4.Compliation is successful, but when i run the program with some simple json data, reader.parse is returning true but the Json::Value member is showing size 1 even thought the JSON is haveing more than one node.
Is the above steps are correct??? Please let me know
I am not sure why the parsing is not happening,Any help please ?????
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I want to intergrate JSON CPP into my project.
Steps followed is :
1.Download the jsoncpp-master project this from the site.
2.Complied the lib_json project and generated the library.
3.Included the JsonCpp include folder in my local project and added the library in my project.
4.Compliation is successful, but when i run the program with some simple json data, reader.parse is returning true but the Json::Value member is showing size 1 even thought the JSON is haveing more than one node.
Is the above steps are correct??? Please let me know
I am not sure why the parsing is not happening,Any help please ?????