I've recently started coded in python and just started using TinyDB. I got the insert, remove and update working but i can't figure out how to retrieve a value from my data.
{"_default": {"1": {"name": "Sarah", "value": 8}, "2": {"name": "John", "value": 9}}}
How do i get the value from a specific name for example?