We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d036cf commit 4ea1822Copy full SHA for 4ea1822
1 file changed
cpp_src/jsonparser.cpp
@@ -3,7 +3,6 @@
3
* With Python bindings using pybind11.
4
*/
5
6
-#include <iostream>
7
#include <string>
8
#include <unordered_map>
9
#include <vector>
@@ -25,7 +24,6 @@ JsonObject where both are derived from JsonValue.
25
24
26
JSON keys are always strings so we use std::string for those.
27
It's also easy to convert to python types using py::str.
28
-
29
30
class JsonValue {
31
public:
0 commit comments