angular - Ionic 3 Save webservice json to sqlite -
i'm newbie on ionic3. want save generated json webservice sqlite. heard should use plugin called sqlite-porter
. don't know hot make service provider? help.
this example of json
{ "book":[ { "title": "book title", "cover_url": "http://xxx.xxx/xxx", "file_url": "http://xxx.xxx/xxx" }, { "title": "book title", "cover_url": "http://xxx.xxx/xxx", "file_url": "http://xxx.xxx/xxx" } ], "country":[ { "country_id" : "country id", "country_name" : "country name" }, { "country_id" : "country id", "country_name" : "country name" } ] }
Comments
Post a Comment