Using nlohmann::json with pybind11
conda install esri::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.