Skip to content

Commit 4ea1822

Browse files
committed
refactor: tiny
1 parent 2d036cf commit 4ea1822

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp_src/jsonparser.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* With Python bindings using pybind11.
44
*/
55

6-
#include <iostream>
76
#include <string>
87
#include <unordered_map>
98
#include <vector>
@@ -25,7 +24,6 @@ JsonObject where both are derived from JsonValue.
2524
2625
JSON keys are always strings so we use std::string for those.
2726
It's also easy to convert to python types using py::str.
28-
2927
*/
3028
class JsonValue {
3129
public:

0 commit comments

Comments
 (0)