summaryrefslogtreecommitdiffstats
path: root/tests/json/bad-11.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/json/bad-11.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/json/bad-11.json b/tests/json/bad-11.json
new file mode 100644
index 0000000..12a9f36
--- /dev/null
+++ b/tests/json/bad-11.json
@@ -0,0 +1,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" }
+ }
+ ]
+}