static Map loadJSONMapPage(S url) { ret jsonDecodeMap(loadPage(url)); } static Map loadJSONMapPage(URLConnection urlConnection) { ret jsonDecodeMap(loadPage(urlConnection)); }
Began life as a copy of #1009891
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036021 |
Snippet name: | loadJSONMapPage |
Eternal ID of this version: | #1036021/2 |
Text MD5: | 0c739130bb27aad63cf81e09a529ce07 |
Author: | stefan |
Category: | javax / networking |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-09-01 12:47:10 |
Source code size: | 186 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 142 / 150 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |