freebsd-ports/devel/pybind11-json/pkg-descr

3 lines
222 B
Text

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.