I\'d like to access some Google API\'s from within an iPhone native app. I\'m not a web programmer and have never used AJAX, but I\'m guessing I need some kind of bridge between
See gdata-objectivec-client : the official Objective-C client library for Google Data API's (it works on the iPhone too.) See http://code.google.com/p/gdata-objectivec-client/.
Unless you mean the AJAX Search API - see http://code.google.com/apis/ajaxsearch/documentation/#fonje - that will provide a JSON response.