#include "xml.h"#include <ostream>#include "exception_utils.h"#include "string2int.h"#include "structured_data.h"Go to the source code of this file.
Convert the structured_datat into an xml object.
For example, the structured data: structured_datat data{ {{labelt{{"my", "data"}}, structured_data_entryt::entry( {{labelt{{"my", "number"}}, structured_data_entryt::data_node(json_numbert("10"))}, {labelt{{"my", "string"}}, structured_data_entryt::data_node(json_stringt("hi"))}})}}};
Will produce: