1

我有具有以下结构的 JSON 文件

{  
     "type":[  
        "apple-shimle",
        "king"
     ],

     "json-object":{  
        "test":"hi"
     }
  }

如何仅使用 TinyDB python 搜索 test == "hi"。我能够使用 search() 获取“json-object”,但不能使用“test”。

4

0 回答 0