Skip to content

PMJSON v0.9.4

Compare
Choose a tag to compare
@lilyball lilyball released this 08 Sep 20:09
· 156 commits to master since this release

This release supports Swift 2.3, in addition to the following changes:

  • Add setters for basic accessors so you can write code like json["foo"].object?["key"] = "bar".
  • Add optional NSError userInfo provider for JSONError. Setting this up requires calling JSONError.registerNSErrorUserInfoProvider().