tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.14k stars 1.03k forks source link

More Swift standard library functions #1056

Closed RomanPodymov closed 5 years ago

RomanPodymov commented 5 years ago

Hello. Thank you for this library. In this pull request I optimized some functions with the Swift standard library. Also I replaced expression == false with !expression in some lines. And more let, not var.