Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1036021 // loadJSONMapPage

JavaX fragment (include)

static Map loadJSONMapPage(S url) {
  ret jsonDecodeMap(loadPage(url));
}

static Map loadJSONMapPage(URLConnection urlConnection) {
  ret jsonDecodeMap(loadPage(urlConnection));
}

Author comment

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: 64 / 73
Version history: 1 change(s)
Referenced in: [show references]