The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catmandu::Fix::expand - convert a flat hash into nested data using the TT2 dot convention

SYNOPSIS

   # collapse the data into a flat hash
   collapse();
   # expand again to the nested original
   expand();

SEE ALSO

Catmandu::Fix