summaryrefslogtreecommitdiffstats
path: root/tests/json/bad-11.json
blob: 12a9f36fb225b45a230a0de862b5c8cafeca32cd (plain)
1
2
3
4
5
6
7
8
9
10
11
/* bad-11.json - Syntax error in the JSON - extra square-brace */

{
  "triples" : [
    {
      "subject"   : { "type" : "uri", "value" : "http://example.org/about" ]},
      "predicate" : { "type" : "uri", "value" : "http://purl.org/dc/elements/1.1/creator" },
      "object"    : { "type" : "literal", "value" : "Anna Wilder" }
    }
  ]
}