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 Oct 19, 2024. It is now read-only.
When dictionary contains an NSNumber as 0 or 1, encodable method is mapping to true or false because 0 or 1 is also a boolean for swift.
I think this bug was introduced in #69 because NSNumber condition was removed from the first switch statement.
Example:
AnyEncodable is returning ["int": false].
This problem only happens from version 0.6.5.
The text was updated successfully, but these errors were encountered: