Use the same JSON object from the previous question and write down JS code to parse the object and show the names of people who are older than 20 years.
[
{
"name": "Jane Doe",
"favorite-game": "Stardew Valley",
"subscriber": false
},
{
"name": "John Doe",
"favorite-game": "Dragon Quest XI",
"subscriber": true
}
]