13#include <nlohmann/json.hpp>
16 nlohmann::json
xmlToJson(QString xmlFile);
17 nlohmann::json
xmlToJson(QDomDocument& doc);
This is free and unencumbered software released into the public domain.
json xmlToJson(QString xmlFile)
Converts an XML file to a json object.