data included

This commit is contained in:
Thijs Stobbelaar 2023-11-14 20:54:24 +01:00
parent 41127a7109
commit 7587c08a02

View file

@ -9,7 +9,7 @@ if (isset($_GET['matchid'])) {
// Read and decode the JSON file
$jsonData = json_decode(file_get_contents($filename), true);
echo "<pre>";
print_r($jsonData);
print_r($jsonData['data']['included']);
echo "</pre>";
// Start building the HTML table