mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-04 12:17:36 +01:00 
			
		
		
		
	Added recommended include path.
This commit is contained in:
		@@ -91,6 +91,13 @@ The documentation of the latest release is available online at:
 | 
			
		||||
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:
 | 
			
		||||
  ============================
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user