summaryrefslogtreecommitdiff
path: root/package.lisp
blob: d2b1e6f2c4308241f667756b9922416a97dddf96 (plain)
1
2
3
4
(defpackage #:json
  (:use #:cl #:parser)
  (:export #:parse-string
           #:parse-file))