-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
Added Codable support #66
base: master
Are you sure you want to change the base?
Conversation
Not using such a stack like storage (like JSONEncoder does) is brilliant! It also solves a lot of issues JSONEncoder has (like decode after an error was thrown, which didn't work in the beginning but works now), I don't know whether these were also you're thoughts, but just don't using a "stack storage" is in my opinion really 💎. There is just one issue with your implementation, I think Data will not encode to |
Anyway great implementation @andrew-eng! |
What's the status of this? |
@a2 what's blocking this PR? I can help if needed |
What's the status of this? This would be a great addition! |
Any news on this? |
This is a lightweight support for Codable completed with tests.
A few features are missing:
So far in my daily work, we haven't encountered use cases that require the above functionality.