about summary refs log tree commit diff stats
path: root/fff.json.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-06-05 00:12:30 -0500
committerCase Duckworth2023-06-05 00:12:30 -0500
commit3c824a2ce132e0fd2c78c511261e002a8b33f130 (patch)
tree26017ba596790f4d42db854ead0626b983be66b0 /fff.json.sld
parentRemove spurious guile stuff (diff)
downloadfff-3c824a2ce132e0fd2c78c511261e002a8b33f130.tar.gz
fff-3c824a2ce132e0fd2c78c511261e002a8b33f130.zip
Add (fff json)
(fff json) serializes fff to json, but not the other way.
Diffstat (limited to 'fff.json.sld')
-rw-r--r--fff.json.sld7
1 files changed, 7 insertions, 0 deletions
diff --git a/fff.json.sld b/fff.json.sld new file mode 100644 index 0000000..d2745cd --- /dev/null +++ b/fff.json.sld
@@ -0,0 +1,7 @@
1;;; (fff josn)
2
3#+chicken (import r7rs)
4
5(define-library (fff json)
6 (export fff->json)
7 (include "fff.json.ss"))