I'm new in Mobile programming and I want to find how to store data from json in sqlite the json file will be send from the server,so how can i get it and insert data to sqlite i'm using phonegap and jquerymobile and my application is hybrid. my json file:
{
"flux": {
"typeflux": "virement",
"contenu": {
"cours": [
{
{
"-date": "02/01/2011",
"value": [
{
"-devise": "USD",
"-achat": "2.2477",
"-vente": "3.2477"
},
{
"-devise": "EUR",
"-achat": "2.2477",
"-vente": "3.2314"
}
]}
]}
}}