Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronpk/e197ce9a82cb54e5d5a072c751d73550 to your computer and use it in GitHub Desktop.
Save aaronpk/e197ce9a82cb54e5d5a072c751d73550 to your computer and use it in GitHub Desktop.
{
"type": [
"h-entry"
],
"properties": {
"published": [
"2017-01-01 12:00:00"
],
"checkin": [{
"type": [
"h-card"
],
"properties": {
"name": [
"Awesome Venue"
],
"url": [
"https://foursquare.com/venue/12345"
]
}
}]
}
}
$hCard = $request->input('properties.checkin');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment