JSONHelper Versions Save

✌ Convert anything into anything in one operation; JSON data into class instances, hex strings into UIColor/NSColor, y/n strings to booleans, arrays and dictionaries of these; anything you can make sense of!

2.2.0

7 years ago
  • Swift 3.0
  • Improved tests
  • Single target for all platforms

2.1.0

7 years ago
  • <-- operator and Deserializable protocol initializer no longer throw errors.
  • Errors thrown by convertFromValue method of the Convertible protocol are now logged in the console for debug builds.

2.0.0

7 years ago

Major changes in API and implementation. Check out the new README for new usage instructions. Everything is tested as always.

1.7.0

8 years ago

tvOS support

1.6.1

8 years ago

Swift 2.0 syntax.

1.6.0

9 years ago

Dictionary and enum support.

1.5.4

9 years ago
  • Correct handling of null values.
  • Minor improvements.

1.5.3

9 years ago

Fix for release builds.

1.5.2

9 years ago

Set correct deployment targets.

1.5.1

9 years ago

String to NSDate conversions no longer require tuples to be named.