pybind11_json
pybind11_json copied to clipboard
support for other kind of python object or class
Is possible to "register" support for serialize other kind of non trivial python object like pathlib.Path --> serialized as str?
Kind of possible using reflection api of python we can open a discussion on this.