rudolph-miller / jonathan

JSON encoder and decoder.
http://rudolph-miller.github.io/jonathan/overview.html
164 stars 24 forks source link

How to decode a JSON into a class? #73

Open dnaeon opened 1 year ago

dnaeon commented 1 year ago

Hey there,

What's the idiomatic way to decode a JSON into a CLOS class, if any?

Thanks!