From 2f0b360a91b2501ed4969c5c6bf206b6f445ae94 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 7 Nov 2023 10:05:28 +0100 Subject: [PATCH] Integrated json into the util.h api --- src/api/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/util.h b/src/api/util.h index 7c47742..bb9fbf1 100644 --- a/src/api/util.h +++ b/src/api/util.h @@ -5,6 +5,8 @@ #include #include +using json = nlohmann::json; + class util { public: /**