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

support added for dynamic key mapping to child #17

Closed HassanAkbar closed 2 months ago

HassanAkbar commented 2 months ago

Add support for dynamic key mapping to child attributes.

closes #13

ronaldtse commented 2 months ago

@HassanAkbar can you update the README to reflect how to use the new features? Thanks.

HassanAkbar commented 2 months ago

@ronaldtse Sure, I'll update the readme and open a separate PR for that.