{
"WordsEntered": [
{
"Word": "test"
},
{
"Word": "Test1"
},
{
"Word": "Test2"
}
]
}
Hi i want to get the data from this JSON file. I want to do this with a python script. I just want the python script to print the three words like: test, Test1, Test2. Can someone pls help me? Iam very new to python/json.