-
-
Save aaronpk/220448117fe0e32bbc52 to your computer and use it in GitHub Desktop.
Parsed JSON of a photo post: http://farm8.staticflickr.com/7303/12739505773_ced85f697e_z.jpg
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": { | |
"author": [ | |
{ | |
"type": [ | |
"h-card" | |
], | |
"properties": { | |
"name": [ | |
"Aaron Parecki" | |
], | |
"photo": [ | |
"http:\/\/pk.dev\/images\/aaronpk.png" | |
], | |
"logo": [ | |
"http:\/\/pk.dev\/images\/aaronpk.png" | |
], | |
"url": [ | |
"http:\/\/aaronparecki.com\/" | |
] | |
}, | |
"value": "Aaron Parecki" | |
} | |
], | |
"location": [ | |
{ | |
"type": [ | |
"h-card" | |
], | |
"properties": { | |
"latitude": [ | |
"45.508518115" | |
], | |
"longitude": [ | |
"-122.649439157" | |
], | |
"name": [ | |
"Ladd Circle Park" | |
] | |
}, | |
"value": "Ladd Circle Park" | |
} | |
], | |
"name": [ | |
"People are literally skiing in the streets now #pdx #snowpocalypse #portland" | |
], | |
"category": [ | |
"pdx", | |
"snowpocalypse", | |
"portland", | |
"pdx", | |
"snowpocalypse", | |
"portland" | |
], | |
"photo": [ | |
"http:\/\/pk.dev\/notes\/2014\/02\/23\/1\/files\/photo.jpg" | |
], | |
"url": [ | |
"http:\/\/pk.dev\/notes\/2014\/02\/23\/1\/pdx-snowpocalypse-portland" | |
], | |
"published": [ | |
"2014-02-23T13:39:54-08:00" | |
], | |
"content": [ | |
{ | |
"html": "<img alt=\"\" class=\"u-photo\" src=\"http:\/\/pk.dev\/notes\/2014\/02\/23\/1\/files\/photo.jpg\"><\/img>\nPeople are literally skiing in the streets now <a href=\"http:\/\/pk.dev\/tag\/pdx\">#<span class=\"p-category\">pdx<\/span><\/a> <a href=\"http:\/\/pk.dev\/tag\/snowpocalypse\">#<span class=\"p-category\">snowpocalypse<\/span><\/a> <a href=\"http:\/\/pk.dev\/tag\/portland\">#<span class=\"p-category\">portland<\/span><\/a>", | |
"value": "People are literally skiing in the streets now #pdx #snowpocalypse #portland" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment