sO loadJSONPage(S url) { ret jsonDecode(loadPage(url)); } sO loadJSONPage(URLConnection urlConnection) { ret jsonDecode(loadPage(urlConnection)); }