9 #ifndef PDB_XML_CONVERT_H
10 #define PDB_XML_CONVERT_H
16 namespace observertools {
23 struct PDB_JSON_Results {
24 std::vector<std::string> projects;
25 std::vector<std::string> obsblocks;
26 std::vector<std::string> subobsblocks;
27 std::vector<std::string> trials;
28 std::vector<std::string> scripts;
41 void convertXmlToJson(
const std::string &xmlContents,
const bool pretty, PDB_JSON_Results &results);
49 std::string jsonPrettyPrint(
const std::string &json);