Changeset [8009e8c09e7ddffdd8ecd24681060347ea712e75] by vickeryj
January 8th, 2009 @ 11:22 AM
[#5] add JSON deserialization and update example app to use it http://github.com/yfactorial/obj...
Committed by vickeryj
- M Classes/NSObject+JSONSerializableSupport.h
- M Classes/NSObject+JSONSerializableSupport.m
- M Classes/active_resourceAppDelegate.m
- M Classes/lib/ActiveResource+Base.h
- M Classes/lib/ActiveResource+Base.m
- M Classes/lib/FromXMLElementDelegate.m
- M Classes/lib/NSString+InflectionSupport.h
- M Classes/lib/NSString+InflectionSupport.m
- M active_resource.xcodeproj/project.pbxproj
- M json-framework/JSONFramework.h
- M json-framework/NSObject+SBJSON.h
- M json-framework/NSObject+SBJSON.m
- M json-framework/NSString+SBJSON.h
- M json-framework/NSString+SBJSON.m
- M json-framework/SBJSON.h
- M json-framework/SBJSON.m
- M sample_rails_app/app/controllers/dogs_controller.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.