An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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. | |
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. | |