Extract JSON utils. (#9645)

This commit is contained in:
Jiaming Yuan
2023-10-10 07:15:14 +08:00
committed by GitHub
parent 4e5a7729c3
commit 680d53db43
6 changed files with 90 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
/**
* Copyright (c) 2019-2023, XGBoost Contributors
* Copyright 2019-2023, XGBoost Contributors
*/
#include <gtest/gtest.h>
@@ -9,6 +9,7 @@
#include "../../../src/common/charconv.h"
#include "../../../src/common/io.h"
#include "../../../src/common/json_utils.h"
#include "../../../src/common/threading_utils.h" // for ParallelFor
#include "../filesystem.h" // dmlc::TemporaryDirectory
#include "../helpers.h"