Using the SQLitePlugin with the latest PhoneGap 1.3.0 crashes the application every time an executeSql call that returns JSON data is executed.
It seems that the problem is related to the JSONKit library that does not have JSONRepresentation. Changing returned serialization to JSONString fixed the problem. The code is available here.