mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
21 lines
655 B
Plaintext
21 lines
655 B
Plaintext
[submodule "thirdparty/picojson"]
|
|
path = thirdparty/picojson
|
|
url = https://github.com/tristanpenman/picojson.git
|
|
shallow = true
|
|
[submodule "thirdparty/rapidjson"]
|
|
path = thirdparty/rapidjson
|
|
url = https://github.com/Tencent/rapidjson.git
|
|
shallow = true
|
|
[submodule "thirdparty/nlohmann-json"]
|
|
path = thirdparty/nlohmann-json
|
|
url = https://github.com/nlohmann/json.git
|
|
shallow = true
|
|
[submodule "thirdparty/yaml-cpp"]
|
|
path = thirdparty/yaml-cpp
|
|
url = https://github.com/jbeder/yaml-cpp.git
|
|
shallow = true
|
|
[submodule "thirdparty/jsoncpp"]
|
|
path = thirdparty/jsoncpp
|
|
url = https://github.com/open-source-parsers/jsoncpp.git
|
|
shallow = true
|