A table in the tables
dir
create table parse.response
on select get from 'http://maps.googleapis.com/maps/api/geocode/json?sensor=true&address={^address}'
using patch 'parse-response.js'
Patch in the same dir
// args.body would be an array of buffers
exports['parse response'] = function(args) {