in reply to Re^2: parse json
in thread parse json

You must be getting some kind of error message. What is the error message?

Also, compare, manually, your code to your data structure:

my $elapsed = $match->{events}->{competitions}->{status}{displayCloc +k} # HASH HASH HASH HASH

Your data structure has array elements, for example events is an array.