bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 120 forks source link

Make JSONDecodable handle String->Double conversion too #205

Closed cbrauchli closed 7 years ago

cbrauchli commented 8 years ago

Fixes #204.

To test, run the the MobileFreddyTests on a 32-bit simulator.

mdmathias commented 7 years ago

This looks fine to me. It needs to be updated with master before it can be merged.

Also, can we consolidate this branch with the work here?

alexsporn commented 7 years ago

I added @cbrauchli tests to #194 and updated accordingly

cbrauchli commented 7 years ago

@alexsporn is doing this and more in #194.