Skip to content

Can we comply with nlohmann include hierarchy in order to be flexible with external json? #10

@sasmaster

Description

@sasmaster

Hi.
I am using this library with my own include of nlohmann json. That lib keeps header under 'include/nlohmann". In your library header json dependency looks like this:

#include "json.hpp" // nlohmann/json

Can it be modified to:

#include "nlohmann/json.hpp" // nlohmann/json ?

So that the users would not have to move json.hpp out from nlohmann directory which is default in that library?

Thanks.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions