You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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. Simply include the header, and the automatic conversion will be enabled.
5
6
7
+
> [!TIP]
8
+
> Looking for an equivalent with nanobind? Check this out https://github.com/ianhbell/nanobind_json !
9
+
6
10
## C++ API: Automatic conversion between `nlohmann::json` and `pybind11` Python objects
0 commit comments