microformats2/spec/support/cases/microformats-2-2.js
2013-04-18 22:13:35 -07:00

11 lines
No EOL
305 B
JavaScript

// http://microformats.org/wiki/microformats-2
{
"items": [{
"type": ["h-card"],
"properties": {
"name": ["Rohit Khare"],
"url": ["http://rohit.khare.org"],
"photo": ["https://s3.amazonaws.com/twitter_production/profile_images/53307499/180px-Rohit-sq_bigger.jpg"]
}
}]
}