From 08c9007bb1d08acb22ce51bd380aa105e96060f1 Mon Sep 17 00:00:00 2001 From: Suet-fei Li Date: Tue, 11 Apr 2023 18:48:32 +0000 Subject: [PATCH] Add Json submodule --- .gitmodules | 3 +++ json | 1 + 2 files changed, 4 insertions(+) create mode 160000 json diff --git a/.gitmodules b/.gitmodules index c14bb9c5..5f24276d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,6 @@ [submodule "third_party/mbedtls"] path = third_party/mbedtls url = https://github.com/ARMmbed/mbedtls +[submodule "json"] + path = json + url = https://github.com/nlohmann/json diff --git a/json b/json new file mode 160000 index 00000000..6af826d0 --- /dev/null +++ b/json @@ -0,0 +1 @@ +Subproject commit 6af826d0bdb55e4b69e3ad817576745335f243ca