;;;; package.lisp (defpackage #:ritherdon-rest (:use #:cl #:drakma :cl-json) (:export :parse-request :decode-json)) ; Part of cl-json, getting errors without ; it in SLIME.