template struct QPanda::JsonFields<Graph>

#include <Graph.h>

template <>
struct JsonFields<Graph>
{
    // fields

    static const std::string _VerticesLabel_;
    static const std::string _AdjListLabel_;
    static const std::string _TypeLabel_;
    static const std::string _VLabel_;
};