1 | static Map loadJSONMapPage(S url) { |
2 | ret jsonDecodeMap(loadPage(url)); |
3 | } |
4 | |
5 | static Map loadJSONMapPage(URLConnection urlConnection) { |
6 | ret jsonDecodeMap(loadPage(urlConnection)); |
7 | } |
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: | 143 / 151 |
Version history: | 1 change(s) |
Referenced in: | [show references] |