kakaopensource / KakaJSON

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

add test testComplex_JSONKeyWithDot_bestMatch #25

Closed luoxiu closed 5 years ago

luoxiu commented 5 years ago

This pr add a new test testComplex_JSONKeyWithDot_bestMatch.

The test ensures that even if there isn't a value in json exactly matches the given key, we should also find the best match.

Related pr: #24