summaryrefslogtreecommitdiff
path: root/json.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-12-26 03:10:17 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-12-26 03:10:17 -0300
commit2990f8c72975eb1de8be62ac043375fea47857eb (patch)
treedb7c8045b29bbb18255b7c05077e8f599fe070bd /json.asd
parentd7d3e70886554cb8350ea444adf384ca078673fb (diff)
downloadjson-2990f8c72975eb1de8be62ac043375fea47857eb.tar.gz
json-2990f8c72975eb1de8be62ac043375fea47857eb.zip
Introduce a way to serialize the parsed json data
Diffstat (limited to 'json.asd')
-rw-r--r--json.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/json.asd b/json.asd
index 0af37a2..d6d5f66 100644
--- a/json.asd
+++ b/json.asd
@@ -4,4 +4,5 @@
#:monparser)
:components
((:file "package")
- (:file "json")))
+ (:file "dump")
+ (:file "load")))