File failed to load: https://isis.astrogeology.usgs.gov/8.1.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
XmlToJson.h
Go to the documentation of this file.
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
15namespace Isis {
16 nlohmann::json xmlToJson(QString xmlFile);
17 nlohmann::json xmlToJson(QDomDocument& doc);
18}
19
20#endif
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
json xmlToJson(QString xmlFile)
Converts an XML file to a json object.
Definition XmlToJson.cpp:35

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: 03/27/2024 15:35:51