Created
September 29, 2014 16:19
-
-
Save PirosB3/64b7ad99f02fb810214d to your computer and use it in GitHub Desktop.
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
{ | |
"name": "Daniel", | |
"friends": { | |
22: [ | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
..... | |
], | |
23: [ | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
{ x: 22.4, z: 43.2, timestamp: 127386812 }, | |
..... | |
], | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment