From 1349b14ed42a5d4767d4ff6971d4df541b515bb3 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 28 Mar 2024 17:34:30 +0100 Subject: [PATCH] basic json parser in pure bash --- gaboshlib/g_json.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/gaboshlib/g_json.sh b/gaboshlib/g_json.sh index 1c180a7..d3c1b76 100644 --- a/gaboshlib/g_json.sh +++ b/gaboshlib/g_json.sh @@ -73,5 +73,3 @@ function g_json_parse { } } -g_json /tmp/json -