标签: python json tinydb
我的JSON文件具有以下结构
{ "type":[ "apple-shimle", "king" ], "json-object":{ "test":"hi" } }
如何仅使用TinyDB python搜索test ==“hi”。我可以使用search()获取“json-object”但不能“test”。