##
$VAR1 = {
'tags' => [
{
'tag' => [
{
'params' => 'blah',
'content' => 'Zero',
'type' => 'title'
},
{
'params' => '123',
'content' => 'First',
'type' => 'list'
},
{
'params' => '456',
'content' => 'Second',
'type' => 'entry'
},
{
'params' => '123',
'content' => 'Third',
'type' => 'flag'
}
]
}
]
};