You could parse the JSON data using Qt's JSON classes, e.g. see QJsonDocument, and then either feeding the data into a custom model, derived from QAbstractTableModel, or adding it to a QStandardItemModel.

Cheers,
_