Skip to content

Instantly share code, notes, and snippets.

@ktkaushik
Created January 3, 2013 11:36
Show Gist options
  • Select an option

  • Save ktkaushik/4442878 to your computer and use it in GitHub Desktop.

Select an option

Save ktkaushik/4442878 to your computer and use it in GitHub Desktop.
CurrentJson
{
call: {
stats: [
{
activity_time: "01/12 - 02/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "03/12 - 10/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "10/12 - 17/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "17/12 - 24/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "24/12 - 31/12",
outgoing: 2,
incoming: 0
}
],
gist: {
most_active_time: "24/12 - 31/12",
total_incoming: 0,
total_outgoing: 2
}
},
sms: {
stats: [
{
activity_time: "01/12 - 02/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "03/12 - 10/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "10/12 - 17/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "17/12 - 24/12",
outgoing: 0,
incoming: 0
},
{
activity_time: "24/12 - 31/12",
outgoing: 2,
incoming: 0
}
],
gist: {
most_active_time: "24/12 - 31/12",
total_incoming: 0,
total_outgoing: 2
}
},
app_usage: {
stats: [
{
category: "unknown",
duration: 380
}
]
},
location: {
stats: [
{
lat: 18.58,
lng: 73.89,
no_of_times: [
"2012-12-28 10:55:28 UTC"
],
address: "Vidya Nagar, Vidyanagar, Tingre Nagar, Pune, Maharashtra"
}
],
gist: {
no_of_places_visited: 1,
most_active_place: "Vidya Nagar, Vidyanagar, Tingre Nagar, Pune, Maharashtra"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment