yoreek / XML-Hash-XS

Convert hash to xml
Other
4 stars 4 forks source link

Store node content as ArrayRef [rt.cpan.org #103003] #1

Closed yoreek closed 9 years ago

yoreek commented 9 years ago

Migrated from rt.cpan.org#103003 (status was 'new')

Requestors:

From zdm@cpan.org on 2015-03-22 15:26:23:

This would be very useful to have option to always store node content as ArrayRef[HashRef].

This allows to work with parsed data without annoying checking of node ref type (ArrayRef or HashRef) every time.
yoreek commented 9 years ago

Added "force_array" option.