diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-12-26 03:10:17 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-12-26 03:10:17 -0300 |
commit | 2990f8c72975eb1de8be62ac043375fea47857eb (patch) | |
tree | db7c8045b29bbb18255b7c05077e8f599fe070bd /json.asd | |
parent | d7d3e70886554cb8350ea444adf384ca078673fb (diff) | |
download | json-2990f8c72975eb1de8be62ac043375fea47857eb.tar.gz json-2990f8c72975eb1de8be62ac043375fea47857eb.zip |
Introduce a way to serialize the parsed json data
Diffstat (limited to 'json.asd')
-rw-r--r-- | json.asd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,4 +4,5 @@ #:monparser) :components ((:file "package") - (:file "json"))) + (:file "dump") + (:file "load"))) |