SomeRandomiOSDev / CBORCoding

Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.
MIT License
48 stars 11 forks source link

Any way to encode to/decode from dictionary? #14

Closed sijohans closed 2 years ago

sijohans commented 4 years ago

Hello, do you have any ideas if this could be use as mentioned in the topic?

SomeRandomiOSDev commented 2 years ago

If the dictionary is declared as Codable then you should be able to encode/decode without any issue