mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
48 lines
605 B
JSON
48 lines
605 B
JSON
[
|
|
{
|
|
"name": "Generation Alpha",
|
|
"start": 2011,
|
|
"end": null
|
|
},
|
|
{
|
|
"name": "Generation Z",
|
|
"start": 1997,
|
|
"end": 2010
|
|
},
|
|
{
|
|
"name": "Millennials",
|
|
"start": 1981,
|
|
"end": 1996
|
|
},
|
|
{
|
|
"name": "Generation X",
|
|
"start": 1965,
|
|
"end": 1980
|
|
},
|
|
{
|
|
"name": "Baby Boomers",
|
|
"start": 1946,
|
|
"end": 1964
|
|
},
|
|
{
|
|
"name": "Silent Generation",
|
|
"start": 1928,
|
|
"end": 1945
|
|
},
|
|
{
|
|
"name": "Greatest Generation",
|
|
"start": 1901,
|
|
"end": 1927
|
|
},
|
|
{
|
|
"name": "Lost Generation",
|
|
"start": 1883,
|
|
"end": 1900
|
|
},
|
|
{
|
|
"name": "BG (Before Generations)",
|
|
"start": 1,
|
|
"end": 1882
|
|
}
|
|
]
|