pybind11_json icon indicating copy to clipboard operation
pybind11_json copied to clipboard

Using nlohmann::json with pybind11

Results 12 pybind11_json issues
Sort by recently updated
recently updated
newest added

Hi there, I am currently working on a project where I have a C++ struct containing a nlohmann::json object. After wrapping the struct with pybind11, the JSON object correctly translates...