diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.lisp b/package.lisp index 2c7c3a7..d4024f8 100644 --- a/package.lisp +++ b/package.lisp @@ -1,6 +1,7 @@ (defpackage #:json (:use #:cl #:parser) - (:export #:parse-string - #:parse-file + (:export #:from-string + #:from-file #:to-string - #:to-file)) + #:to-file + #:obj)) |