Skip to content

Instantly share code, notes, and snippets.

@chloemar10
Created January 30, 2018 01:22
Show Gist options
  • Save chloemar10/8cb17221fc20220a2a714ed24c1dc88f to your computer and use it in GitHub Desktop.
Save chloemar10/8cb17221fc20220a2a714ed24c1dc88f to your computer and use it in GitHub Desktop.
{
"username": "chloemar10",
"name": "Chloe Marten",
"activities":[
{
"activity": "breakfast",
"datetime_est": "2018-01-27 10:30",
"location":
{
"locationName": "Bein Cuit",
"address": "120 Smith St, Brooklyn, NY 11201",
"lat": 40.688031,
"lon": -73.989974
},
"properties":
{
"satisfying": "TRUE",
"review": "mmm french baked goods",
"rating_of_5": 4.5,
"additionalNotes": "NULL"
}
},
{
"activity": "lunch",
"datetime_est": "2018-01-27 13:30",
"location":
{
"locationName": "by Chlo",
"address": "1 Rockefeller Plaza, New York, NY 10020",
"lat": 40.758258,
"lon": -73.978929
},
"properties":
{
"satisfying": "TRUE",
"review": "Taco Quinoa bowl always good",
"rating_of_5": 4.3,
"additionalNotes": "NULL"
}
},
{
"activity": "dinner",
"datetime_est": "2018-01-27 20:00",
"location":
{
"locationName": "Tuome",
"address": "536 E 5th St, New York, NY 10009",
"lat": 40.724209,
"lon": -73.982981
},
"properties":
{
"satisfying": "FALSE",
"review": "too heavy",
"rating_of_5": 3.7,
"additionalNotes": "NULL"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment