about summary refs log tree commit diff stats
path: root/janet/fedi-playground/play.janet
diff options
context:
space:
mode:
Diffstat (limited to 'janet/fedi-playground/play.janet')
-rw-r--r--janet/fedi-playground/play.janet7
1 files changed, 3 insertions, 4 deletions
diff --git a/janet/fedi-playground/play.janet b/janet/fedi-playground/play.janet
index 55e1472..d9699b0 100644
--- a/janet/fedi-playground/play.janet
+++ b/janet/fedi-playground/play.janet
@@ -1,7 +1,6 @@
-(use spork)
-(use judge)
-
 # a utility script used to explore my fediverse followers
+(import spork/json) 
+(use judge)
 
 (defn read-from-file [file-path]
   "read data from a file, not super safe or fault tolerant."
@@ -117,4 +116,4 @@
     "ouro@social.snircle.space"
     "typeswitch@gamedev.lgbt"
     "Ronkjeffries@mastodon.social"
-    "bogmon@mstdn.social"])
\ No newline at end of file
+    "bogmon@mstdn.social"])