- or download this
"competitors":[
{
...
]
}
],
- or download this
90'+7': Burnley scored 0 status: 0
90'+7': Manchester City scored 3 status: 0
- or download this
for my $match (@{$parse_json->{'events'}}) {
my $elapsed = $match->{competitions}[0]{status}{displayClock};
...
print "$elapsed: $home scored $home_score status: $status";
}