Open samuel-jimenez opened 4 years ago
This doesn't look like a bug to me, and here's why:
> (stringp nil)
NIL
so passing NIL
to decode-json-from-string
is a type error, not something that should return NIL
.
Why do you think this should not be an error?
The following code:
(json:decode-json-from-string nil)
gives an error:
when it should return
NIL