{ $tmp{$k} = $v; } } return \%tmp; } sub TO_JSON { return shift->_as_hash; } sub FREEZE { return shift->_as_hash; }