Skip to content

Instantly share code, notes, and snippets.

@deepakkoirala
Forked from zekesonxx/nato.json
Created October 13, 2023 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakkoirala/a9a0b7c29f77e560a4c7cddff2f5f57d to your computer and use it in GitHub Desktop.
Save deepakkoirala/a9a0b7c29f77e560a4c7cddff2f5f57d 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