microformats2/spec/support/lib/microformats2/nested-format-with-property.js
2013-04-18 22:13:37 -07:00

15 lines
346 B
JavaScript

{ "items": [{
"type": ["h-entry"],
"properties": {
"author": [{
"value": "Jessica Lynn Suttles",
"type": ["h-card", "h-org"],
"properties": {
"url": ["http://twitter.com/jlsuttles"],
"name": ["Jessica Lynn Suttles"]
}
}],
"name": ["Jessica Lynn Suttles"]
}
}]
}