microformats2/spec/support/lib/microformats2/nested-format-with-property.js
Tom Morris 38e0ae313f modifying existing test JSON output to add blank rel hashes
rel: {} is required by the spec even if it is empty
2013-09-15 11:51:49 +01:00

16 lines
360 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"]
}
}],
"rels": {}
}