microformats2/spec/support/lib/microformats2/nested-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

10 lines
147 B
JavaScript

{ "items": [{
"type": ["h-card"],
"properties": {
"name": ["jlsuttles"],
"nickname": ["jlsuttles"]
}
}],
"rels": {}
}