JSONShootout
JSONShootout copied to clipboard
Compare several Swift JSON mappers.
I may be misreading here, but in your section “That Thing on the Swift Blog,” you reference a Swift blog post from 2016. The concluding section (“Reflecting on Reflection”) of...
Any plans to update this now that Xcode 9/Swift 4 are shipping? Curious to see if anything has changed.
Please add support [Himotoki](https://github.com/ikesyo/Himotoki).
Great comparison but you miss good reflection based object mapping library: https://github.com/evermeer/EVReflection I see it in Pull requests.
Addresses #19. I have only done the mapping work for `vdka/JSON` and Marshal so far. Help for the others would be great. Time frames are vastly different of course, the...
It would be great if you could include some test results for different sized JSON files. Mapping large JSON files is a very specific use case which I would argue...
I know... I should not bring a Monk to a shootout... But I have to try and see if I can convince people that violence is not everything. 😉👊 [EVReflection](https://github.com/evermeer/EVReflection)...
The current JSON sample uses Strings for every kind of value, for a more complete view, it may be worthwhile adding another JSON sample that covers more of what you...