nt and collects the results
use Moo;
extends 'WebService::OurWorldInData';
use Carp;
use JSON qw(decode_json);
use PerlX::Maybe qw( maybe provided );
use Types::Standard qw( Str Bool Enum ); # Int A
my $url = $self->get_path . '.metadata.json';
my $response = $self->get_response( $url );
my $json = decode_json( $response );
return $json;
}
sub zip {
my ($self) = @_;
my
ta.json
my $json = $chart->metadata(); # get the metadata
my $column = (keys $result->{columns}->%*)[0]; # grab one of the really long keys
print $json->{chart}{title},
$json->{