Skip to content

Instantly share code, notes, and snippets.

@jeremyw
Last active April 7, 2020 18:31
Show Gist options
  • Save jeremyw/d85e4fd05a21b6e241f30e77ed9abad1 to your computer and use it in GitHub Desktop.
Save jeremyw/d85e4fd05a21b6e241f30e77ed9abad1 to your computer and use it in GitHub Desktop.
{
"data":[
{
"happy":true,
"created_at":"2020-01-01T05:10:30Z"
},
{
"happy":false,
"created_at":"2020-01-02T13:00:00Z"
},
{
"happy":true,
"created_at":"2020-01-02T15:10:30Z"
},
{
"happy":true,
"created_at":"2020-01-03T05:00:30Z"
},
{
"happy":true,
"created_at":"2020-01-04T23:39:23Z"
},
{
"happy":true,
"created_at":"2020-01-05T05:10:30Z"
},
{
"happy":true,
"created_at":"2020-01-07T05:10:30Z"
},
{
"happy":true,
"created_at":"2020-01-08T05:10:30Z"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment