Using nlohmann::json with pybind11
copied from cf-staging / pybind11_jsonconda install conda-forge::pybind11_json
conda install conda-forge/label/broken::pybind11_json
conda install conda-forge/label/cf202003::pybind11_json
pybind11_json is an nlohmann::json to pybind11 bridge, it allows you to automatically convert nlohmann::json to py::object and the other way around.