We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I wonder if it would make sense to add a default method like this to YASON:ENCODE:
(defmethod yason:encode (o &optional s) (yason:with-output (s) (yason:encode-object o)))
This way, ENCODE will automatically work with any objects that define YASON:ENCODE-SLOTS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wonder if it would make sense to add a default method like this to YASON:ENCODE:
This way, ENCODE will automatically work with any objects that define YASON:ENCODE-SLOTS.
The text was updated successfully, but these errors were encountered: