Skip to content

roboxerox/qtJsonReadWrite

Repository files navigation

qtJsonReadWrite

This example is read of json format file or data as a QJsonArray/QJsonObject

build with cmake

git clone https://github.com/roboxerox/qtJsonReadWrite.git
cd qtJsonReadWrite
mkdir buildc && cd buildc
cmake ..
make

build with qmake

git clone https://github.com/roboxerox/qtJsonReadWrite.git
cd qtJsonReadWrite
mkdir buildq && cd buildq
qmake ..
make