yppo

Results 1 comments of yppo

I think this can be handled like this. ```javascript function ImportJSONAdvanced(url, fetchOptions, query, parseOptions, includeFunc, transformFunc) { var jsondata = UrlFetchApp.fetch(url, fetchOptions); try { var object = JSON.parse(jsondata.getContentText()); return parseJSONObject_(object,...