root/EpisodeListToJson.h

#pragma once

#include "List.h"

struct EpisodeList;
char* EpisodeList_toJsonString(List* epPaths);