> How was the JSON data parsed into strings? The data comes from the QNetworkReply::readAll() as a QByteArray, and is then used to construct a QString. The data is parsed into strings using the QString::mid method among other things. So the the strings are actually just substrings of the actual JSON string.