Libraryless. Click here for Pure Java version (3532L/24K).
1 | static L<PairS> agiBlue_allDistinctKeyValuePairs() { |
2 | new L<PairS> l; |
3 | |
4 | for (Map map : (L<Map>) loadJSONPage(agiBlueURL() + "/bot/keyValuePairsByPopularity")) |
5 | l.add(pair((S) map.get('key), (S) map.get('value))); |
6 | ret l; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024249 |
Snippet name: | agiBlue_allDistinctKeyValuePairs |
Eternal ID of this version: | #1024249/4 |
Text MD5: | 086069137f57e56798b968fbf5402b8b |
Transpilation MD5: | 9afde36bedef9fc0eb3b2530f40a7d65 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-28 17:47:04 |
Source code size: | 236 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 218 / 316 |
Version history: | 3 change(s) |
Referenced in: | [show references] |