|
NAMEDancer::RPCPlugin::DataFlatten - Simple routine to flatten (blessed) dataSYNOPSISuse Dancer::RPCPlugin::DataFlatten; my $data = bless({some => 'data'}, 'AnyClass'); my $flat = flatten_data($data); # {some => 'data'} DESCRIPTIONflatten_data($any_data)This makes a deep-copy of the datastructure presented.Arguments Only the first argument is considered. Response A deep copy of the data structure presented. COPYRIGHT(c) MMXVII - Abe Timmerman <abeltje@cpan.org>.
Visit the GSP FreeBSD Man Page Interface. |