-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Description
Hi
It would be very nice if one could do:
using json = nlohmann::basic_json < std::map, std::vector, QString >;
And have everything work.
Right now it seems stringstream are used to stringify etc... So it does not quite compile.
Otherwise I am pretty impressed by the way this library works. Having used hson mostly from PHP, where it's very simple, this is clearly the way to go in C++ :)
-Martin
Reactions are currently unavailable