mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-11-13 07:02:20 -05:00
Added recommended include path.
This commit is contained in:
parent
5349225f43
commit
13698b5835
@ -91,6 +91,13 @@ The documentation of the latest release is available online at:
|
|||||||
http://jsoncpp.sourceforge.net/
|
http://jsoncpp.sourceforge.net/
|
||||||
|
|
||||||
|
|
||||||
|
* Using json-cpp in your project:
|
||||||
|
===============================
|
||||||
|
|
||||||
|
include/ should be added to your compiler include path. jsoncpp headers should be included as follow:
|
||||||
|
#include <json/json.h>
|
||||||
|
|
||||||
|
|
||||||
* Adding a reader/writer test:
|
* Adding a reader/writer test:
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user