Skip to content

Commit 63a9280

Browse files
committed
Switch to spork/json
1 parent e61ebcb commit 63a9280

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:name "joy"
33
:description "A full stack web framework written in janet"
44
:dependencies [{:repo "https://github.com/andrewchambers/janet-uri" :tag "9737a6aee88cc2e426b496532014d6d85605afc2"}
5-
{:repo "https://github.com/janet-lang/json" :tag "61437d96b5df6eb7e524f88847e7d7521201662d"}
5+
{:repo "https://github.com/janet-lang/spork" :tag "f547fee9ebfe96c09029bfe232336aab1212a617"}
66
{:repo "https://github.com/janet-lang/path" :tag "0ae7b60b8aaaa7f80f84692b7efb8e46b7d38eb3"}
77
{:repo "https://github.com/pyrmont/musty" :tag "e1a821940072a5ae5ddc9d3cb2ae6d1bdba41468"}
88
"https://github.com/joy-framework/cipher"

src/joy/middleware.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(import ./html :as html)
77
(import cipher)
88
(import path)
9-
(import json)
9+
(import spork/json)
1010

1111

1212
(defn layout

src/joy/responder.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(import json)
1+
(import spork/json)
22
(import ./html)
33

44
(defn- content-type [k]

0 commit comments

Comments
 (0)