Skip to content

Commit

Permalink
Use com.inuoe.jzon instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 16, 2023
1 parent 8849732 commit dac8bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion events.asd
Expand Up @@ -26,7 +26,7 @@
(:interface :auth)
(:interface :cache)
:drakma
:yason
:com.inuoe.jzon
:cl-ppcre
:r-data-model
:r-clip
Expand Down
2 changes: 1 addition & 1 deletion timedata.lisp
Expand Up @@ -13,7 +13,7 @@
(let ((drakma:*text-content-types* (list* (cons "application" "json")
drakma:*text-content-types*))
(drakma:*drakma-default-external-format* :utf-8))
(yason:parse (drakma:http-request url :parameters (list* (cons "key" key) parameters)))))
(com.inuoe.jzon:parse (drakma:http-request url :parameters (list* (cons "key" key) parameters)))))

(defun json-v (data &rest keys)
(if (null keys)
Expand Down

0 comments on commit dac8bb7

Please sign in to comment.