Open cchriste opened 4 years ago
https://github.com/nlohmann/json Much simpler, more elegant, and more robust json parsing. Some parts already converted, look for #include <nlohmann/json.hpp>.
#include <nlohmann/json.hpp>
https://github.com/nlohmann/json Much simpler, more elegant, and more robust json parsing. Some parts already converted, look for
#include <nlohmann/json.hpp>
.