summaryrefslogtreecommitdiffstats
path: root/tests/json/bad-01.json
blob: 83d2614660d1141ab429926853dc82ae0e893528 (plain)
1
2
3
4
5
6
7
8
9
10
/* bad-01.json - Missing trailing curly-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" }
    }
  ]