logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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