gonzalezreal / Groot

From JSON to Core Data and back.
Other
534 stars 61 forks source link

Automatically mapping properties with the same name #96

Open juanjo-ramos opened 5 years ago

juanjo-ramos commented 5 years ago

I love Groot 👏. Once thing it would make me love it even more is that properties in the JSON are automatically mapped to properties in the Entities without the need of annotations. Many times I find myself adding a JSONKeyPath to map 2 properties that use the same name. I guess you have thought about this but I guess there’s a reason to not have it that way, is that right?

In case there isn’t one, I forked your repo and I’m working on implementing it. If you think that’s something you’d be interesting in merging, please let me know.