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

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -