4 lines
222 B
Text
4 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.
|