From 130e1b62a90e9f4aff8effc35e1b5a756561bdc9 Mon Sep 17 00:00:00 2001 From: Bartosz Pankowski Date: Mon, 15 Oct 2018 10:34:01 +0200 Subject: [PATCH 1/2] fixed json file --- testfile.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testfile.json b/testfile.json index 7be7ccd..76e46c3 100644 --- a/testfile.json +++ b/testfile.json @@ -1,3 +1,3 @@ -{{ - "I'm a severely malformed JSON file"", -] +{ + "a": "I'm a severely malformed JSON file" +} \ No newline at end of file From 27d889d3714c0d95046c75781512382fea2561ab Mon Sep 17 00:00:00 2001 From: Bartosz Pankowski Date: Mon, 15 Oct 2018 10:43:57 +0200 Subject: [PATCH 2/2] Real fix --- testfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testfile.json b/testfile.json index 76e46c3..c47ddf2 100644 --- a/testfile.json +++ b/testfile.json @@ -1,3 +1,3 @@ { - "a": "I'm a severely malformed JSON file" + "I'm a valid JSON file": 1 } \ No newline at end of file