Wstunes / SwiftyJWT

A library to generate JWT with Swift
MIT License
48 stars 30 forks source link

Adding support to complex custom fields #17

Closed alandoni closed 4 years ago

alandoni commented 4 years ago

Some custom fields can have complex objects, like arrays and dictionaries, with this code, you can at least decode and access all of them without any errors (until now :) )