Scroll to navigation

Catmandu::Fix::expand(3pm) User Contributed Perl Documentation Catmandu::Fix::expand(3pm)

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()

   # optionally provide a path separator
   collapse(sep: '/')
   expand(sep: '/')

SEE ALSO

Catmandu::Fix
2019-01-29 perl v5.28.1