#ifndef JSON_SERIALIZER_H #define JSON_SERIALIZER_H #include #include #include #include #include #include namespace Jellyfin { namespace JsonHelper { void convertToCamelCase(QJsonValueRef val); QString convertToCamelCaseHelper(const QString &str); }; } #endif // JSONSERIALIZER_H