JSONExport
JSONExport copied to clipboard
NSCopying Protocol must be implemented for SWIFT Files.
You have very nicely implemented objective-c part having nscopying protocol implemented. But in case of Swift part, thats also the problem. that is not implemented. If possible can you please add support of it.
👍
Using extension YourModel: NSCopying {} could be better.