Python recursion getting called twice [closed]
Closed 1 hour ago.
Python recursion getting called twice [closed]
Closed 1 hour ago.
Python recursion getting called twice [closed]
Closed 1 hour ago.
Trying to iterate through JSON data to match user input
I have JSON data that I’m trying to iterate over until the key reaches ‘teamName’ and the value reaches the team the user inputted. Here’s a small section of the JSON data that includes 2 teams:
Stuck Recusively Parsing JSON in Python
I’m trying to parse json objects, and keep getting stuck with the recursive element of it.