Skip to content

Instantly share code, notes, and snippets.

@DarkSector
Forked from zekesonxx/nato.json
Created August 7, 2020 06:10
Show Gist options
  • Save DarkSector/a2056df68e11cc36861d7216cf32947d to your computer and use it in GitHub Desktop.
Save DarkSector/a2056df68e11cc36861d7216cf32947d to your computer and use it in GitHub Desktop.
NATO Phonetic Alphabet in JSON. Just in case someone needs it.
{
"A": "Alfa",
"B": "Bravo",
"C": "Charlie",
"D": "Delta",
"E": "Echo",
"F": "Foxtrot",
"G": "Golf",
"H": "Hotel",
"I": "India",
"J": "Juliett",
"K": "Kilo",
"L": "Lima",
"M": "Mike",
"N": "November",
"O": "Oscar",
"P": "Papa",
"Q": "Quebec",
"R": "Romeo",
"S": "Sierra",
"T": "Tango",
"U": "Uniform",
"V": "Victor",
"W": "Whiskey",
"X": "X-ray",
"Y": "Yankee",
"Z": "Zulu"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment