Isis Developer Reference
|
#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. | |
Typedefs | |
using | json = nlohmann::json |
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. | |
using json = nlohmann::json |
This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.