We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bb1b1 commit c39fbdaCopy full SHA for c39fbda
example/readFromString/readFromString.cpp
@@ -1,5 +1,6 @@
1
#include "json/json.h"
2
#include <iostream>
3
+#include <memory>
4
/**
5
* \brief Parse a raw string into Value object using the CharReaderBuilder
6
* class, or the legacy Reader class.
example/streamWrite/streamWrite.cpp
/** \brief Write the Value object to a stream.
* Example Usage:
* $g++ streamWrite.cpp -ljsoncpp -std=c++11 -o streamWrite
0 commit comments