Hi,
There is a problem with the NSMutableDictionary returned by mutableObjectFromJSONString. A call to removeObjectsForKeys will remove the objects but not the keys. So we end up with nil objects. I also noticed side effects on other dictionary values that should not be affected.
Should it be overridden in the JKDictionary class like removeObjectForKey is?
Thanks,
JF