davibe / Phonegap-SQLitePlugin

A phonegap plugin to open and use sqlite databases on iOS.
191 stars 90 forks source link

Change JSONRepresentation to JSONString for PhoneGap 1.3 #17

Closed brodybits closed 12 years ago

brodybits commented 12 years ago

README.md indicates that the name of the header file was changed JSON.h to JSONKit.h in PhoneGap 1.3. In addition, [resultSet JSONString] must be used in place of [resultSet JSONRepresentation] in Plugins/PGSQLitePlugin.m. I will post a pull request with this fix in README.md. Please bear with me that this is my first time using github and I am also just starting using Objective-C.

brodybits commented 12 years ago

I have just posted pull request #18 to fix the documentation in README.md.

davibe commented 12 years ago

this is a duplicate of #17, from the same person