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
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.