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

17 lines
No EOL
375 B
JavaScript

// http://microformats.org/wiki/microformats-2
{
"items": [{
"type": ["h-card"],
"properties": {
"name": ["Mitchell Baker"],
"url": ["http://blog.lizardwrangler.com/"]
},
"children": [{
"type": ["h-card","h-org"],
"properties": {
"name": ["Mozilla Foundation"],
"url": ["http://mozilla.org/"]
}
}]
}]
}