static L agiBlue_allDistinctKeyValuePairs() { new L l; for (Map map : (L) loadJSONPage(agiBlueURL() + "/bot/keyValuePairsByPopularity")) l.add(pair((S) map.get('key), (S) map.get('value))); ret l; }