diff --git a/gs/type/Interface.gs b/gs/type/Interface.gs index 057ca2423..8de1c0764 100644 --- a/gs/type/Interface.gs +++ b/gs/type/Interface.gs @@ -52,4 +52,8 @@ function GetLastUpdated(urlToCheck) { function GenerateHtmlListName(listName) { return FilterLists.GenerateHtmlListName(listName); +} + +function ImportJson(url, query, parseOptions) { + return FilterLists.ImportJSON(url, query, parseOptions); } \ No newline at end of file