Hi everyone,
There is a module for jackson that does some magic and makes possible to get out of box possibility to encode/decode without definition of implicit encode/decode functions. I'm interested in such functionality from argonaut. Is there either such functionality or extension that does the same? Actually I need to have possibility to encode/decode case classes and types like: Seq, Nested Seq, Map, Nested Map.
Is there something existing like that? If yes - please point me to some page which describes details. If no - where is that place where it should be added to ? (Should be this functionality done in the core of a library or some external module should contain such kind of thing?)
Thanks in advance :-)
Br,
Pavel