static S openStreetMap_countryCode(S place) { ret (S) getOpt((Map) getOpt(openStreetMap_json(place), "address"), "country_code"); }