11 lines
No EOL
240 B
JavaScript
11 lines
No EOL
240 B
JavaScript
// http://microformats.org/wiki/microformats-2
|
|
{
|
|
"items": [{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Mitchell Baker"],
|
|
"url": ["http://blog.lizardwrangler.com/"],
|
|
"org": ["Mozilla Foundation"]
|
|
}
|
|
}]
|
|
} |