summaryrefslogtreecommitdiffstats
path: root/tests/json/bad-04.json
blob: 6746c18a88e3d938b75b7dd8bb5bf5e3120e3f69 (plain)
1
2
3
4
5
6
7
/* bad-04.json - Resource-centric JSON missing an object */

{
    "http://example.org/about" : {
        "http://purl.org/dc/elements/1.1/creator" : [ {} ]
    }
}