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::disassoc - inverse of assoc, transform a hash into an array of key value pairs

Name

       Catmandu::Fix::disassoc - inverse of assoc, transform a hash into an array of key value pairs

See Also

       Catmandu::Fix::assoc, Catmandu::Fix

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

Synopsis

          # {fields => {subject => 'Perl', year => 2009}}
          disassoc(fields, pairs, key, val)
          # {pairs => [{key => 'year', val => 2009}, {key => 'subject', val => 'Perl'}], fields => ...}

See Also