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