PDA

View Full Version : Save/Load JSON using QML



aIsmail
16th November 2015, 08:04
Is that possible save/load JSON data with using only QML ?

Thanks

anda_skoa
16th November 2015, 08:51
You can use the LocalStorage API to get access to an SQLite based database and then store the JSON as text into a table there.

Cheers,
_