How can I JSON serialize a QVariant (or other type of data) in Qt. I don\'t want to use an external third party library like QJson
There are no internal tools in Qt to do it. You will have to use a lib. Or roll your own implementation