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.
This commit is contained in:
T. Kurt Bond 2024-11-29 18:28:32 -05:00
parent 434a07b7c8
commit 76ba1bb6ac
3 changed files with 3 additions and 3 deletions

View file

@ -23,6 +23,6 @@
"Build":
[
{"Command": "voc -s", "File": "strTypes.Mod"},
{"Command": "voc -s", "File": "strUtils.Mod"},
{"Command": "voc -s", "File": "strUtils.Mod"}
]
}