We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936744c commit b106294Copy full SHA for b106294
json_test.cpp
@@ -16,7 +16,6 @@
16
// limitations under the License.
17
18
#include "json.h"
19
-
20
#include <atomic>
21
#include <chrono>
22
#include <cstdio>
jsontestsuite_test.cpp
@@ -16,9 +16,9 @@
#include <cstdlib>
+#include <string>
23
#define HI_RESET "\033[0m" // green
24
#define HI_GOOD "\033[32m" // green
@@ -27,11 +27,6 @@
27
28
using jt::Json;
29
30
-#include "json.h"
31
-#include <cstdio>
32
-#include <cstdlib>
33
-#include <string>
34
35
static const char* const kParsingTests[] = {
36
"i_number_double_huge_neg_exp.json",
37
"i_number_huge_exp.json",
0 commit comments