The json-abnf module creates some strange results for booleans:

(use json-abnf)
(pp (parser "{\"str\":\"a\",\"true\":true,\"false\":false}"))

prints:

(object ("str" "a") ("true" (#t)) ("false"))

true is a list and false is '().

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to