QJsonModel
QJsonModel copied to clipboard
Question: Why does library not use QJsonDocument::toJson()?
Out of curiosity, why do you use your own functions to generate JSON (arrayContentToJson, objectContentToJson and valueToJson) instead of the QJsonDocument::toJson() function?
Thank you for the great library :o)
i dont remember, it is pretty old ... You can make a pull request if you think it is a better choice