#include "json_model.h"

JSONModel::JSONModel(QObject *parent)
    : QAbstractItemModel(parent)
{
}