Add a dedicated library for working with JSON (#2047)
This commit is contained in:
parent
bed58cf8b9
commit
bf1b9a20ec
16 changed files with 154 additions and 92 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue