ImportJSON icon indicating copy to clipboard operation
ImportJSON copied to clipboard

Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet

Results 108 ImportJSON issues
Sort by recently updated
recently updated
newest added

Currently, asking for /response/foo will also pull in /response/foobar . (This is an issue with the openUV API, for example.) This change adds an additional check so it will pull...

Add a simple function for end users to add an API key to the request headers.

As soon as I use `=ImportJSON("http://date.jsontest.com")` it works fine, but if i want to use parameters (say, return just date) i gwt an errors (syntax error in the formula): `=ImportJSON("http://date.jsontest.com",...

Hi everyone - I have a feed I monitor and pull in that represents a TV schedule. I have been following this issues thread (https://github.com/bradjasper/ImportJSON/issues/107) in order to learn the...

Line 615 and 616: } Logger.log(jsonText); return JSON.parse(jsonText); Not sure why this is throwing an error when just grabbing data from another sheet.

As per https://github.com/bradjasper/ImportJSON/labels/enhancement

JSON-P adds JavaScript into the JSON format so it can be parsed using a <script> tag and be assigned a variable or passed as a parameter into a callback function....

enhancement

It returns "reference does not exist" today since it's case sensitive.

Function works fine, but when I run a macro in the sheet it gives me the following flow "Authorization Required A script attached to this document needs your permission to...

This is more of a question than anything, but I was not sure where to place it. One thing I am trying to figure out is if there is a...