You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
So the problem here is something that will be solved by some variation of #7
The problem here is that at the base level we're just doing foo as? [String: [String: User]] which doesn't work, but it still compiles. What you'll want to do here is probably a [String: NSDictionary], and then map over that to get the second dictionary.
Closing this, feel free to reopen this if there's still an issue here. I've merged #59 so you should get a compile time error for anything that would fail at runtime as soon as I create a new release. If you find that isn't the case please open an issue!
Great library!
I tried to convert a dictionary and got this error:
Here's some sample code to reproduce the error:
The text was updated successfully, but these errors were encountered: