6 #ifndef CHI_JSON_SERIALIZER_HPP 7 #define CHI_JSON_SERIALIZER_HPP 10 #include "chi/Support/json.hpp" 35 #endif // CHI_JSON_SERIALIZER_HPP nlohmann::json graphFunctionToJson(const GraphFunction &func)
Serialize a GraphFunction to json.
Forward declares all the chigraph data types.
nlohmann::json graphStructToJson(const GraphStruct &struc)
Serialize a GraphStruct to json.
nlohmann::json graphModuleToJson(const GraphModule &mod)
Serialize a JsonModule to json.
The namespace where chigraph lives.