From e0c220f6c4e2c3ff430a54a4b838bc43703c6254 Mon Sep 17 00:00:00 2001 From: daninus14 Date: Sun, 28 Dec 2025 11:01:20 +0200 Subject: [PATCH] Update Readme for method specialization See https://github.com/Zulu-Inuoe/jzon/issues/88 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d44f3da..4ea12c6 100644 --- a/README.md +++ b/README.md @@ -839,7 +839,7 @@ This allows you to emit whatever values you wish for a given object. Once again considering our `person` and `job` classes above, we can specialize a method for `jzon:write-value` on `job`: ```lisp -(defmethod jzon:write-value (writer (job job)) +(defmethod jzon:write-value ((writer jzon:writer) (job job)) (cond ((string= (company job) "WISE") (jzon:write-object writer