Outblock / flow-swift

The tool to build application in Flow mobile realm 🌊
https://outblock.github.io/flow-swift/
MIT License
13 stars 7 forks source link

convert dictionary non-string type keys to string #14

Closed BoiseITGuru closed 2 years ago

BoiseITGuru commented 2 years ago

Needed to convert all dictionary non-string type keys to string in order for nested dictionaries to decode properly since JSON does not support non-string type keys.