QJsonModel
QJsonModel copied to clipboard
Qt Json Tree Model
Allows to write comments in JSON file which won't be visible in Tree View
From an open source consumption position, it would be beneficial if semantic versioning was instituted (i.e. releases). Tools like Black Duck will pick this up into their knowledge base, providing...
I've tried this a few ways, but haven't sorted it yet. Do you know an easy way to calculate the entire height for the container widget that is the QTreeView?...
Hello! I see that long ago in this commit https://github.com/dridk/QJsonModel/commit/5b350248a794b3233ecbbdecbf543fb383db0a39 the license was changed to MIT but looks like this file still with the old one. Is it possible to...
When trying to get the json string from the QJsonModel via the json() method it doesn't provide a means to get the compact formatting like arrayToJson() and objectToJson() methods do.
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 have a small use case, in which I am passing an empty string to the model. What happens is that the model complains that the json cannot be parsed......