How to create Json file in qt ?
-
I have to create json file if not exist and if exist then after reading content. i have to update that content of json file. so can anybody guide me how to do this. if possible please provide example.
-
I have to create json file if not exist and if exist then after reading content. i have to update that content of json file. so can anybody guide me how to do this. if possible please provide example.
-
@jsulm Hi i am using below version of qt :
Qt Creator 5.0.3
Based on Qt 5.15.2 (GCC 7.3.1 20180303 (Red Hat 7.3.1-5), 64 bit)Built on Nov 3 2021 10:57:06
is it okay to refer this document for my version of qt because may be i need to write code in c++ ?
-
@jsulm Hi i am using below version of qt :
Qt Creator 5.0.3
Based on Qt 5.15.2 (GCC 7.3.1 20180303 (Red Hat 7.3.1-5), 64 bit)Built on Nov 3 2021 10:57:06
is it okay to refer this document for my version of qt because may be i need to write code in c++ ?
@Qt-embedded-developer said in How to create Json file in qt ?:
i am using below version of qt
This is Qt version used to build QtCreator!
"is it okay to refer this document for my version of qt because may be i need to write code in c++ ?" - you can change 6 to 5 in the link I gave you. If you scroll down there you will see a list of C++ classes.
-
@Qt-embedded-developer said in How to create Json file in qt ?:
i am using below version of qt
This is Qt version used to build QtCreator!
"is it okay to refer this document for my version of qt because may be i need to write code in c++ ?" - you can change 6 to 5 in the link I gave you. If you scroll down there you will see a list of C++ classes.
This post is deleted!