Forked from jonnybarnes/gist:feb7d21069f366ef907c8dd432dd30c5
Created
April 28, 2017 21:11
-
-
Save aaronpk/e197ce9a82cb54e5d5a072c751d73550 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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