# IxHash converted for output by YAML::XS # Notice the embeded IxHash was handled # and also an embeded native hash (key 'c') # that is not converted to ordered structure \[ { 'a' => 1 }, { 'c' => { 'z' => 26 } }, { 'b' => 2 }, { 'd' => [ 'j', 'k', 'l' ] }, { 'e' => [ { 'j' => 5 }, { 'k' => 6 }, { 'l' => 7 } ] } ];