【发布时间】:2018-11-15 04:13:56
【问题描述】:
{
"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)?
【问题讨论】:
-
看起来像json:google: json to sqlite
-
您可以将 JSON 转储到 SQLite JSON 类型的列中。
标签: android mysql sql sqlite android-sqlite