27 void fromJson(
const QJsonObject &json);
Definition edhrec_api_response_card_container.h:18
Represents the Archidekt section as a list of entries.
Definition edhrec_api_response_archidekt_links.h:31
Represents the main structure of the JSON.
Definition edhrec_commander_api_response.h:17
void debugPrint() const
Definition edhrec_commander_api_response.cpp:24
void fromJson(const QJsonObject &json)
Definition edhrec_commander_api_response.cpp:6
QString header
Definition edhrec_commander_api_response.h:22
EdhrecApiResponseCardContainer container
Definition edhrec_commander_api_response.h:25
QJsonObject panels
Definition edhrec_commander_api_response.h:23
EdhrecCommanderApiResponseArchidektLinks archidekt
Definition edhrec_commander_api_response.h:20
EdhrecCommanderApiResponseAverageDeckStatistics deckStats
Definition edhrec_commander_api_response.h:19
QJsonObject similar
Definition edhrec_commander_api_response.h:21
QString description
Definition edhrec_commander_api_response.h:24
Represents the typical deck statistics (collapsed section)
Definition edhrec_commander_api_response_average_deck_statistics.h:12