30 lines
785 B
JavaScript
30 lines
785 B
JavaScript
// http://microformat2-node.jit.su/h-card.html
|
|
|
|
{
|
|
"items": [{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Mitchell Baker"],
|
|
"url": ["http://blog.lizardwrangler.com/"],
|
|
"org": [{
|
|
"value": "Mozilla Foundation",
|
|
"type": ["h-card", "h-org"],
|
|
"properties": {
|
|
"name": ["Mozilla Foundation"],
|
|
"url": ["http://mozilla.org/"]
|
|
}
|
|
}]
|
|
}
|
|
},{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Mozilla Foundation"],
|
|
"url": ["http://mozilla.org/"]
|
|
}
|
|
},{
|
|
"type": ["h-org"],
|
|
"properties": {
|
|
"name": ["Mozilla Foundation"]
|
|
}
|
|
}]
|
|
}
|