From 2990f8c72975eb1de8be62ac043375fea47857eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 26 Dec 2022 03:10:17 -0300 Subject: Introduce a way to serialize the parsed json data --- package.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index d2b1e6f..2c7c3a7 100644 --- a/package.lisp +++ b/package.lisp @@ -1,4 +1,6 @@ (defpackage #:json (:use #:cl #:parser) (:export #:parse-string - #:parse-file)) + #:parse-file + #:to-string + #:to-file)) -- cgit v1.2.3