/json-swift-parse-speed-performace

Performace of Swift/JSON Parse Solutions!! ObjectMapper, EVReflection, Argo, Unbox, Tailor

Primary LanguageSwift

json-swift-parse-speed-performace

Performace of Swift/JSON Parse Solutions!!

Because of a big delay of EVReflection parse library, I have tryed others libs, here is the project.

Testes Libraries:

pod 'ObjectMapper'

pod 'EVReflection' -> 40 seconds

pod 'Tailor'

pod 'Unbox'

pod 'Argo'

All libraries are fast, but require more code and have unusual syntaxes. EVReflection have good syntax bug is slow.