Add a dedicated library for working with JSON (#2047)

This commit is contained in:
Lukas Senionis 2024-01-21 00:05:35 +02:00 committed by GitHub
commit bf1b9a20ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 154 additions and 92 deletions

4
.gitmodules vendored
View file

@ -42,3 +42,7 @@
path = third-party/build-deps
url = https://github.com/LizardByte/build-deps.git
branch = dist
[submodule "third-party/nlohmann_json"]
path = third-party/nlohmann_json
url = https://github.com/nlohmann/json
branch = master