f->{last}->to_string; } =head2 TO_JSON helper method for JSON serialization, just calls $block->to_string. See also L<JSON/OBJECT SERIALISATION>. =cut sub TO_JSON { $_[0]->to_string; } =head2 i