Convert Json file to Xml file in QT(C++)
-
wrote on 24 Jul 2018, 09:23 last edited by
Hi All,
We are saving records/data in json file , but we want to convert json file into xml file,
So how do i convert , please give me any solution
Thanks,
Raghavendra -
Hi All,
We are saving records/data in json file , but we want to convert json file into xml file,
So how do i convert , please give me any solution
Thanks,
RaghavendraThere is
QJsonDocument
and
QtXML modulHow to use it, to convert one into the other, is up to you
-
wrote on 24 Jul 2018, 10:11 last edited by
Try something like this: https://pastebin.com/3a23dZEw
1/3