This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/hive/libhive/jsonparser.cpp

7 lines
91 B
C++

#include "jsonparser.h"
JsonParser::JsonParser(QObject *parent) :
QObject(parent)
{
}