summaryrefslogtreecommitdiff
path: root/json.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-03 14:39:39 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-03 14:39:39 -0300
commitfdeb8e5de32f21a4a016b99165d248a7d8c3abde (patch)
treea98a034636d7188dfd0b8c3acde2ff69dfdc5af9 /json.asd
parente858144ddf1e50b3a390d33961945a9063d746f0 (diff)
downloadjson-fdeb8e5de32f21a4a016b99165d248a7d8c3abde.tar.gz
json-fdeb8e5de32f21a4a016b99165d248a7d8c3abde.zip
Change api and add object generation
Diffstat (limited to 'json.asd')
-rw-r--r--json.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/json.asd b/json.asd
index d6d5f66..13436f6 100644
--- a/json.asd
+++ b/json.asd
@@ -4,5 +4,6 @@
#:monparser)
:components
((:file "package")
- (:file "dump")
- (:file "load")))
+ (:file "save")
+ (:file "load")
+ (:file "generate")))