logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

       Catmandu::Fix

perl v5.40.0                                       2025-01-17                         Catmandu::Fix::expand(3pm)

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