From a7dfdc052a931cc0cabfeb85151bcdad782f08c8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 7 May 2022 17:06:25 +0200 Subject: 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. --- src/package.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/package.lisp') 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)) -- cgit v1.2.3