mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-04 02:32:19 -05:00 
			
		
		
		
	minor fix for code examples (#1317)
This commit is contained in:
		
							parent
							
								
									65bb1b1c1d
								
							
						
					
					
						commit
						c39fbdac0f
					
				@ -1,5 +1,6 @@
 | 
			
		||||
#include "json/json.h"
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <memory>
 | 
			
		||||
/**
 | 
			
		||||
 * \brief Parse a raw string into Value object using the CharReaderBuilder
 | 
			
		||||
 * class, or the legacy Reader class.
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,6 @@
 | 
			
		||||
#include "json/json.h"
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <memory>
 | 
			
		||||
/** \brief Write the Value object to a stream.
 | 
			
		||||
 * Example Usage:
 | 
			
		||||
 * $g++ streamWrite.cpp -ljsoncpp -std=c++11 -o streamWrite
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user