Isis Developer Reference
XmlToJson.h File Reference
#include "QDomElement"
#include "QString"
#include <nlohmann/json.hpp>

Go to the source code of this file.

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Functions

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.