##
$as_json = q{ { album_title: ...,
songs: [ { song_title: ..., },
{ song_title: ..., },
]
}
};
####
$as_perl = JSON->new->decode($as_json);