aboutsummaryrefslogtreecommitdiff
path: root/devel/pybind11-json/pkg-descr
blob: e6f01e051cbef085b047f8f7f20743fffed96433 (plain) (blame)
1
2
3
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.