Hi and sorry if this is a stupid question but I'm quite confused,
I have a database that looks like this:
{"_default": {"1": {"item_name": "Item name1", "score": 2390.78}, "2": {"item_name": "Item name1","score": 1217.69}}
I want to print on a list every value of the key "score" , here it should be: 2390.78,1217.69
But whatever I try I keep getting error : tinydb not subscriptable