aboutsummaryrefslogtreecommitdiff
path: root/json.scm
diff options
context:
space:
mode:
Diffstat (limited to 'json.scm')
-rw-r--r--json.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/json.scm b/json.scm
deleted file mode 100644
index bb33e5d..0000000
--- a/json.scm
+++ /dev/null
@@ -1,8 +0,0 @@
-(define-module (json)
- #:export (get-json parse-json json->scm))
-;; (setenv "LD_LIBRARY_PATH" (string-append "/usr/local/lib:" (getcwd)))
-
-(load-extension "libguile-json" "init_json")
-
-(define (get-json filename)
- (json->scm (parse-json filename)))