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.