Last active
July 8, 2018 19:33
-
-
Save adamgibbons/659cf8d7955e2fb3802d19c921d46cca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Proto-Indo-European", | |
"children": [ | |
{ | |
"name": "Hellenic", | |
"children": [ | |
{ | |
"name": "Greek" | |
} | |
] | |
}, | |
{ | |
"name": "Germanic", | |
"children": [ | |
{ | |
"name": "North Germanic", | |
"children": [ | |
{ | |
"name": "Danish" | |
}, | |
{ | |
"name": "Swedish" | |
}, | |
{ | |
"name": "Norwegian" | |
}, | |
{ | |
"name": "Icelandic" | |
}, | |
{ | |
"name": "Faroese" | |
} | |
] | |
}, | |
{ | |
"name": "West Germanic", | |
"children": [ | |
{ | |
"name": "English" | |
}, | |
{ | |
"name": "Dutch" | |
}, | |
{ | |
"name": "Afrikaans" | |
}, | |
{ | |
"name": "Flemish" | |
}, | |
{ | |
"name": "German" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Romance", | |
"children": [ | |
{ | |
"name": "Portugese" | |
}, | |
{ | |
"name": "Spanish" | |
}, | |
{ | |
"name": "Catalan" | |
}, | |
{ | |
"name": "Corsican" | |
}, | |
{ | |
"name": "French" | |
}, | |
{ | |
"name": "Italian" | |
}, | |
{ | |
"name": "Romanian" | |
} | |
] | |
}, | |
{ | |
"name": "Armenian" | |
}, | |
{ | |
"name": "Albanian" | |
}, | |
{ | |
"name": "Baltic", | |
"children": [ | |
{ | |
"name": "Latvian" | |
}, | |
{ | |
"name": "Lithuanian" | |
} | |
] | |
}, | |
{ | |
"name": "Slavic", | |
"children": [ | |
{ | |
"name": "West Slavic", | |
"children": [ | |
{ | |
"name": "Polish" | |
}, | |
{ | |
"name": "Czech" | |
}, | |
{ | |
"name": "Slovak" | |
}, | |
{ | |
"name": "Sorbian" | |
} | |
] | |
}, | |
{ | |
"name": "East Slavic", | |
"children": [ | |
{ | |
"name": "Belarusan" | |
}, | |
{ | |
"name": "Russian" | |
}, | |
{ | |
"name": "Ukrainian" | |
} | |
] | |
}, | |
{ | |
"name": "South Slavic", | |
"children": [ | |
{ | |
"name": "Bulgarian" | |
}, | |
{ | |
"name": "Macedonian" | |
}, | |
{ | |
"name": "Bosnian" | |
}, | |
{ | |
"name": "Croatian" | |
}, | |
{ | |
"name": "Serbian" | |
}, | |
{ | |
"name": "Slovenian" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Celtic", | |
"children": [ | |
{ | |
"name": "Irish Gaelic" | |
}, | |
{ | |
"name": "Scots Gaelic" | |
}, | |
{ | |
"name": "Cornish" | |
}, | |
{ | |
"name": "Breton" | |
}, | |
{ | |
"name": "Welsh" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment