{
"id": 2,
"first_name": "Reo",
"last_name": "Urel",
"email": "rurel@tripadvisor.com",
"gender": "Female",
"ip_address": "90.167.185.138",
"photo": "http://dummyimage.com/144x152.png/ff4444/ffffff",
"employment": {
"name": "Google",
"position": "Support"
}
}
这里是什么类型的文件?如何在sqlite文件类型中实现它(有1000个id)?
1条答案
按热度按时间mnemlml81#
这是
josn
文件。sqlite文件类型为.SQLITE or .DB
.您可以使用以下url将json转换为sqlite:https://sqlify.io/convert/json/to/sqlite