I have this:
'{
"Games": [
{ "champion": 126,
"season": 9
},
{
"champion": 126,
"season": 9
}, {
"champion": 126,
"season": 8
}`
And i want only to take champion number that's only from season 9. How can i do that?