Created
January 3, 2013 11:36
-
-
Save ktkaushik/4442878 to your computer and use it in GitHub Desktop.
CurrentJson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 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