Sourcery-AutoJSONSerializable icon indicating copy to clipboard operation
Sourcery-AutoJSONSerializable copied to clipboard

Templates for generating code for JSON serialization and deserialization

Results 2 Sourcery-AutoJSONSerializable issues
Sort by recently updated
recently updated
newest added

Look into supporting this kind of scenario: ```swift class Base { let id: String } class Child: Base { let name: String } ``` where `Child` can be deserialized from...