nixzhu / Baby

Create models from a JSON file, even a Baby can do it.
https://apps.apple.com/cn/app/ducky-model-editor/id1525505933
MIT License
222 stars 21 forks source link

Property name conflict with swift keywords #5

Closed jzau closed 7 years ago

jzau commented 7 years ago

like public

nixzhu commented 7 years ago

Try use Property Map, such as public: isPublic.

jzau commented 7 years ago

Awesome! If you could automatically map all kinds of possible key words like keyword to `keyword`, that would be great. Anyway, it's not a problem, I will close it for now.