Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 426 Bytes

File metadata and controls

21 lines (14 loc) · 426 Bytes

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