actual version of tinydb 4.3.0
from tinydb import TinyDB, Query db = TinyDB(\'db.json\') dbtable = db.table(\'Counters\') Search = Query() splitem