Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
jsonconv.cpp File Reference

Namespaces

namespace  Jellyfin
 
namespace  Jellyfin::Support
 

Functions

QString Jellyfin::Support::uuidToString (const QUuid &source)
 
QUuid Jellyfin::Support::stringToUuid (const QString &source)
 
template<>
int Jellyfin::Support::fromJsonValue< int > (const QJsonValue &source, convertType< int >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< int > (const int &source, convertType< int >)
 
template<>
qint64 Jellyfin::Support::fromJsonValue< qint64 > (const QJsonValue &source, convertType< qint64 >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< qint64 > (const qint64 &source, convertType< qint64 >)
 
template<>
bool Jellyfin::Support::fromJsonValue< bool > (const QJsonValue &source, convertType< bool >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< bool > (const bool &source, convertType< bool >)
 
template<>
QString Jellyfin::Support::fromJsonValue< QString > (const QJsonValue &source, convertType< QString >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< QString > (const QString &source, convertType< QString >)
 
template<>
QStringList Jellyfin::Support::fromJsonValue< QStringList > (const QJsonValue &source, convertType< QStringList >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< QStringList > (const QStringList &source, convertType< QStringList >)
 
template<>
QJsonObject Jellyfin::Support::fromJsonValue< QJsonObject > (const QJsonValue &source, convertType< QJsonObject >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< QJsonObject > (const QJsonObject &source, convertType< QJsonObject >)
 
template<>
double Jellyfin::Support::fromJsonValue< double > (const QJsonValue &source, convertType< double >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< double > (const double &source, convertType< double >)
 
template<>
float Jellyfin::Support::fromJsonValue< float > (const QJsonValue &source, convertType< float >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< float > (const float &source, convertType< float >)
 
template<>
QDateTime Jellyfin::Support::fromJsonValue< QDateTime > (const QJsonValue &source, convertType< QDateTime >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< QDateTime > (const QDateTime &source, convertType< QDateTime >)
 
template<>
QVariant Jellyfin::Support::fromJsonValue< QVariant > (const QJsonValue &source, convertType< QVariant >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< QVariant > (const QVariant &source, convertType< QVariant >)
 
template<>
QUuid Jellyfin::Support::fromJsonValue< QUuid > (const QJsonValue &source, convertType< QUuid >)
 
template<>
QJsonValue Jellyfin::Support::toJsonValue< QUuid > (const QUuid &source, convertType< QUuid >)
 
template<>
QString Jellyfin::Support::toString (const QUuid &source, convertType< QUuid >)
 
template<>
QString Jellyfin::Support::toString (const qint32 &source, convertType< qint32 >)
 
template<>
QString Jellyfin::Support::toString (const qint64 &source, convertType< qint64 >)
 
template<>
QString Jellyfin::Support::toString (const float &source, convertType< float >)
 
template<>
QString Jellyfin::Support::toString (const double &source, convertType< double >)
 
template<>
QString Jellyfin::Support::toString (const bool &source, convertType< bool >)
 
template<>
QString Jellyfin::Support::toString (const QString &source, convertType< QString >)
 
template<>
QString Jellyfin::Support::toString (const QStringList &source, convertType< QStringList >)