refactor: Switch from rapidjson to nlohmann

This commit is contained in:
Lars Toenning
2024-06-10 21:10:19 +02:00
parent 14cd2ded43
commit eee9e92e7e
8 changed files with 53 additions and 72 deletions

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule "third_party/msgpack"]
path = third_party/msgpack
url = https://github.com/msgpack/msgpack-c.git
[submodule "third_party/nlohmann_json"]
path = third_party/nlohmann_json
url = https://github.com/nlohmann/json.git