Open yomuevans opened 4 years ago
Thanks btw, this has been helpful, but how do i log several json strings into a document. Cause this just replaces the sstrings inside
Each string would need its own, unique key, if you are keeping them in an object. If you are keeping them in an array, the QJsonArray::append(string) method should just add new strings to the end.
QJsonArray::append(string)
Thanks btw, this has been helpful, but how do i log several json strings into a document. Cause this just replaces the sstrings inside