JSON & angularJS

hey guys, i’m developing an app with ionic & angularjs so now just i had impemented facebook & google plus authentification now after i got response from google plus and facebook that include JSON objects
now i should store those data in sqlite database my question is how convert those data from Jsoon to be stored note thath i have a sqlite db and i would place thath in a controller using angularJS .any idea or suggestions plz .
anyway ithank u very much for your participation ad sorry about bad english :smiley:

in your controller function store or access values of JSON object named data3

data3.first_name,data3.last_name,data3.email

thanks very much brother :smiley: