static cached L countryDialCodes() { ret map((L) loadJSONFile(loadLibrary(#1400428)), m -> new CountryDialCode(m.get("name"), m.get("code"), m.get("dial_code"))); }