I clone the project , and make install. In my cpp file, I must `#include "nlohmann/json.hpp"` not `#include "json.hpp" as it mentions` Why?
I clone the project , and make install.
In my cpp file, I must
#include "nlohmann/json.hpp"not#include "json.hpp" as it mentionsWhy?