We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700147d commit fe6fd5fCopy full SHA for fe6fd5f
README.txt
@@ -91,6 +91,13 @@ The documentation of the latest release is available online at:
91
http://jsoncpp.sourceforge.net/
92
93
94
+* Using json-cpp in your project:
95
+ ===============================
96
+
97
+include/ should be added to your compiler include path. jsoncpp headers should be included as follow:
98
+#include <json/json.h>
99
100
101
* Adding a reader/writer test:
102
============================
103
0 commit comments