Skip to content

Instantly share code, notes, and snippets.

@DeusFigendi
Forked from mohayonao/morse-code.json
Created February 8, 2020 07:32
Show Gist options
  • Save DeusFigendi/d34189084732d6b7179ac7d5e5b7df4f to your computer and use it in GitHub Desktop.
Save DeusFigendi/d34189084732d6b7179ac7d5e5b7df4f to your computer and use it in GitHub Desktop.
morse-code.json
{
"-": "t",
​"--": "m",
​"---": "o",
​"-----": "0",
​"----.": "9",
​"---..": "8",
​"--.": "g",
​"--.-": "q",
​"--..": "z",
​"--..--": ",",
​"--...": "7",
​"-.": "n",
​"-.-": "k",
​"-.--": "y",
​"-.--.": "(",
​"-.--.-": ")",
​"-.-.": "c",
​"-.-.--": "!",
​"-..": "d",
​"-..-": "x",
​"-..-.": "/",
​"-...": "b",
​"-....": "6",
​"-....-": "-",
​".": "e",
​".-": "a",
​".--": "w",
​".---": "j",
​".----": "1",
​".--.": "p",
​".--.-.": "@",
​".-.": "r",
​".-.-.-": ".",
​".-..": "l",
​"..": "i",
​"..-": "u",
​"..---": "2",
​"..--..": "?",
​"..-.": "f",
​"...": "s",
​"...-": "v",
​"...--": "3",
​"....": "h",
​"....-": "4",
​".....": "5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment