Skip to content

move libs/json/include/json.hpp to libs/json/include/nlohmann/json.hpp #8082

@2bbb

Description

@2bbb

when other libraries has json.hpp, #include "json.hpp" can't load nlohmann::json.

i think moving include/json.hpp to include/nlohmann/json.hpp and replace
#include "json.hpp"
to
#include "nlohmann/json.hpp"
or
#include <nlohmann/json.hpp>

for reference:
#include <json.hpp> works sometime.
but i think this is not complete solution, maybe...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions