Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
XmlToJson.h
1 #ifndef XmlToJson_h
2 #define XmlToJson_h
3 
9 /* SPDX-License-Identifier: CC0-1.0 */
10 #include "QDomElement"
11 #include "QString"
12 
13 #include <nlohmann/json.hpp>
14 
15 namespace Isis {
16  nlohmann::json xmlToJson(QString xmlFile);
17  nlohmann::json xmlToJson(QDomDocument& doc);
18 }
19 
20 #endif
Isis::xmlToJson
json xmlToJson(QString xmlFile)
Converts an XML file to a json object.
Definition: XmlToJson.cpp:34
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:17:28