PMJSON v0.9.4
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 forJSONError
. Setting this up requires callingJSONError.registerNSErrorUserInfoProvider()
.