I use moshi without the annotation processor. You ...
# scripting
m
I use moshi without the annotation processor. You can get an adapter for type
Any
and then force cast the result to
Map<String, Any>
or any scalar type
👍 1