-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
JSON library as a git submodule #2088
Copy link
Copy link
Closed
Labels
kind: enhancement/improvementstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
Description
Metadata
Metadata
Assignees
Labels
kind: enhancement/improvementstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updatedthe issue has not been updated in a while and will be closed automatically soon unless it is updated
In order to use
nlohmann/jsonas a submodule of another project it would be great to have a small subset of the JSON project without unit tests, documentation and benchmarks.The size of the v3.7.3 is 252MB while the size of the
includefolder is 800k. It takes time to download the library on CI if you build from scratch.As a workaround one can download zip file and put include folder only.