我正在学习如何使用lowdb。在我的测试中,我创建了一个包含一些空对象的小型数据库。我想学习如何从数据库中删除它们。下面是我正在使用的数据库。
{
"posts": [
{},
{
"name": "hello"
},
{
"name": "good"
},
{
"name": "foo"
},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
]
}
答案 0 :(得分:0)