As indicated in [blog](https://elegantchaos.com/2018/02/21/decoding-dictionaries-in-swift.html): > one obvious enhancement would be to add a parallel implementation which works natively with swift arrays and dictionaries. This will help me to avoid boiler plate of decoding arrays nested in dictionaries. Wish to use `DictionaryCoding` to parse Array of Dictionaries to array of my models Thank you!