40 lines
1.4 KiB
JavaScript
40 lines
1.4 KiB
JavaScript
// http://microformat2-node.jit.su/includes.html
|
|
|
|
{
|
|
"items": [{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Ben Ward"],
|
|
"org": ["Twitter"],
|
|
"adr": [{
|
|
"value": "1355 Market St, San Francisco, CA 94103",
|
|
"type": ["h-adr"],
|
|
"properties": {
|
|
"street-address": ["1355 Market St"],
|
|
"locality": ["San Francisco"],
|
|
"region": ["CA"],
|
|
"postal-code": ["94103"],
|
|
"name": ["1355 Market St, San Francisco, CA 94103"]
|
|
}
|
|
}]
|
|
}
|
|
},{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["Dan Webb"],
|
|
"org": ["Twitter"],
|
|
"adr": [{
|
|
"value": "1355 Market St, San Francisco, CA 94103",
|
|
"type": ["h-adr"],
|
|
"properties": {
|
|
"street-address": ["1355 Market St"],
|
|
"locality": ["San Francisco"],
|
|
"region": ["CA"],
|
|
"postal-code": ["94103"],
|
|
"name": ["1355 Market St, San Francisco, CA 94103"]
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
]
|
|
}
|