summaryrefslogtreecommitdiff
path: root/libs/json.h
blob: 149176d8a0ce0e8888d6a2da7a50d9d1b3a611cd (plain)
1
2
3
4
5
6
7
8
#pragma once
#include <json-c/json.h>
#include "../include/video.h"

json_object* jsonParseString(char* stringedJSON);
json_object* navigateToVideos(json_object* jsonRoot);
int videoCounter(json_object* contents);
Video* generateVideos(json_object* contents);