We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONEncoder and JSONDecoder classes should be renamed because they conflict with Foundation in Swift 4:
JSONEncoder
JSONDecoder
error: cannot invoke 'JSONDecoder' with no arguments: let decoder = JSONDecoder()
The text was updated successfully, but these errors were encountered:
It's not possible to rename these without a major increase. I approach these by specifying the Module Foundation.JSONEncoder and Cheetah.JSONEncoder
Foundation.JSONEncoder
Cheetah.JSONEncoder
Sorry, something went wrong.
yes, I do the same. But imo this is not a good solution for the long term.
No branches or pull requests
JSONEncoder
andJSONDecoder
classes should be renamed because they conflict with Foundation in Swift 4:The text was updated successfully, but these errors were encountered: