Displaying 1 result from an estimated 1 matches for "rapidjson".
2020 Aug 18
4
Adopting a third-party JSON library
...ly compile times regression as many JSON libs are header-only.
- Risk of introducing bugs and breakages across LLVM.
As far as I can tell, these are the most popular C++ JSON libs:
* https://github.com/nlohmann/json
* https://github.com/open-source-parsers/jsoncpp
* https://github.com/Tencent/rapidjson
I'm trying to understand if this is something I should work on and whether or not it would benefit the project.
Filippo Costa