typeconverter

using nlohmann::json with cppyy?

using nlohmann::json with cppyy? Question: Is it possible to pass a python dict into a function expecting a nlohmann::json (nlohmann/json) object via cppyy? This question has to have come up by now, but I wasn’t able to find anything on it. Minimal example to reproduce (without regard to performance/safety, pls forgive): test-json.h #include <iostream> #include …

Total answers: 1