#include "XmlToJson.h"#include "IException.h"#include <nlohmann/json.hpp>#include <iostream>#include <QDomDocument>#include <QDomElement>#include <QFile>#include <QString>Namespaces | |
| namespace | Isis |
| This is free and unencumbered software released into the public domain. | |
Functions | |
| json | Isis::convertLastChildNodeToJson (QDomElement &element) |
| Not intended to be used directly. | |
| json | Isis::convertXmlToJson (QDomElement &element, json &output) |
| Not intended to be used directly. | |
| json | Isis::xmlToJson (QString xmlFile) |
| Converts an XML file to a json object. | |
| json | Isis::xmlToJson (QDomDocument &doc) |
| Converts an XML document stored in a QDomDocument into a JSON object. | |