just fyi, I've found something "interesting" when I accidentally replaced 'cl:null by "null":
(com.inuoe.jzon:stringify
'cl:null
:replacer (lambda (k v) (values t "null")))
#|
Signals the error:
The set of methods
[...]
applicable to arguments #<COM.INUOE.JZON:WRITER {100C31B1F3}>,
"null" to call-next-method is different from the set of methods
[...]
applicable to the original method arguments
#<COM.INUOE.JZON:WRITER {100C31B1F3}>, NULL.
|#
just fyi, I've found something "interesting" when I accidentally replaced
'cl:nullby"null":