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::array - creates an array out of a hash

Description

       This fix functions transforms hash fields to array. String fields and array fields are left unchanged.

Name

       Catmandu::Fix::array - creates an array out of a hash

See Also

       Catmandu::Fix::hash, Catmandu::Fix

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

Synopsis

          # tags => {name => 'Peter', age => 12}
          array(tags)
          # tags => ['name', 'Peter', 'age', 12]

See Also