Skip to content

Instantly share code, notes, and snippets.

@camshaft
Created November 11, 2012 23:17
Show Gist options
  • Save camshaft/4056673 to your computer and use it in GitHub Desktop.
Save camshaft/4056673 to your computer and use it in GitHub Desktop.
[
{
"transaction": "{id}",
"country": "...",
"amount": "...",
"experiment": "...",
"device": "...",
"longitude": "...",
"latitude": "...",
"timestamp": "..."
},
...
{
"transaction": "{id}",
"country": "...",
"amount": "...",
"experiment": "...",
"device": "...",
"longitude": "...",
"latitude": "...",
"timestamp": "..."
}
]
@mookamal
Copy link

[
{
"transaction": "{id}",
"country": "...",
"amount": "...",
"experiment": "...",
"device": "...",
"longitude": "...",
"latitude": "...",
"timestamp": "..."
},
...
{
"transaction": "{id}",
"country": "...",
"amount": "...",
"experiment": "...",
"device": "...",
"longitude": "...",
"latitude": "...",
"timestamp": "..."
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment