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