lutaml / shale

Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.
https://shalerb.org/
MIT License
0 stars 1 forks source link

adding option to preserve element ordering #16

Closed HassanAkbar closed 2 months ago

HassanAkbar commented 2 months ago

Added option preserve_element_order to preserve the order of elements when round tripping an xml document.

fixes #2

ronaldtse commented 2 months ago

Thank you @HassanAkbar !