The update of the modernjson library (see moves-rwth/storm#424) leads to build failures:
error: constexpr variable cannot have non-literal type 'const std::string'
Adding the pybind11_json header file seems to resolve the problem for ValueType double, but not for RationalNumber.
A more general question could be whether we need Python bindings for the storm::json object or whether it would suffice to directly export json as string within C++.