aboutsummaryrefslogtreecommitdiffstats
path: root/src/package.lisp
diff options
context:
space:
mode:
authorTeddy Wing2022-05-07 17:06:25 +0200
committerTeddy Wing2022-05-07 17:46:46 +0200
commita7dfdc052a931cc0cabfeb85151bcdad782f08c8 (patch)
treed6a7fad2ce4083d1a54fb69b14db25d7cb1cb90b /src/package.lisp
parent2087b8e3072041918c812ecad89cdbf81b025afe (diff)
downloadwajir-a7dfdc052a931cc0cabfeb85151bcdad782f08c8.tar.bz2
Parse JSON from Jira response
Parse the Jira response into a hash that we can interact with. Needed to do some finagling to get my "lib" submodule directory to be searched for systems.
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index a340f86..c48ccba 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -1,4 +1,6 @@
(defpackage :wajir
(:use :cl)
+ (:local-nicknames (:jzon :com.inuoe.jzon))
+
(:export :main))