Standard SetsStandard Sets
Sets Countries

Jordan

Jordan

countryName

Variations

officialStateName

The Hashemite Kingdom of Jordan

twoLetterCode

JO

threeLetterCode

JOR

numericCode

400

ccTLD

.jo

Transformations1

Convert Country name to official state name

JordanThe Hashemite Kingdom of Jordan

getItemVariation('Jordan', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Hashemite Kingdom of JordanJordan

getItemVariation('The Hashemite Kingdom of Jordan', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Hashemite Kingdom of JordanJO

getItemVariation('The Hashemite Kingdom of Jordan', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Hashemite Kingdom of JordanJOR

getItemVariation('The Hashemite Kingdom of Jordan', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner