kakaopensource / KakaJSON

Fast conversion between JSON and model in Swift.
MIT License
1.16k stars 125 forks source link

return early if possible #24

Closed luoxiu closed 4 years ago

luoxiu commented 4 years ago

If a JSON key contains multiple dots but the JSON has a bad structure, we should return early instead of continues iterating.