From ebf823a41af44a7632c52dfbf458afe3d0127a70 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Oct 2012 15:20:51 +0100 Subject: Add file with JSON with syntax error --- bad-json.morph | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bad-json.morph diff --git a/bad-json.morph b/bad-json.morph new file mode 100644 index 0000000..6fd9d62 --- /dev/null +++ b/bad-json.morph @@ -0,0 +1,4 @@ +{ + "description": "this is a JSON file with a syntax error (extra comma)", + "bad": 123, +} -- cgit v1.2.1