From 76ba1bb6ace46c8552d3ae280840a98232ce7dc8 Mon Sep 17 00:00:00 2001 From: "T. Kurt Bond" Date: Fri, 29 Nov 2024 18:28:32 -0500 Subject: [PATCH] Fix json syntax errors. I was using the jq json query tool to pull values of the json files in vipackTree but it told me that diaspora.json, strutils2.json, and test_server.json had syntax errors. --- diaspora.json | 2 +- strutils2.json | 2 +- test_server.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/diaspora.json b/diaspora.json index 4d2308a..a84f878 100644 --- a/diaspora.json +++ b/diaspora.json @@ -17,6 +17,6 @@ "Build": [ {"command": "voc -s", "file": "src/diasporadb.Mod"}, - }"command": "voc -s", "file": "src/diasporaPost.Mod"} + {"command": "voc -s", "file": "src/diasporaPost.Mod"} ] } diff --git a/strutils2.json b/strutils2.json index b12e7f6..2342e90 100644 --- a/strutils2.json +++ b/strutils2.json @@ -23,6 +23,6 @@ "Build": [ {"Command": "voc -s", "File": "strTypes.Mod"}, - {"Command": "voc -s", "File": "strUtils.Mod"}, + {"Command": "voc -s", "File": "strUtils.Mod"} ] } diff --git a/test_server.json b/test_server.json index f948a52..771d769 100644 --- a/test_server.json +++ b/test_server.json @@ -14,7 +14,7 @@ "lists": "0.1", "Internet":"0.1", "time": "0.1", - "fifo": "0.1", + "fifo": "0.1" }, "Build": [