Join Slack
Powered by
I use moshi without the annotation processor. You ...
# scripting
m
mbonnin
06/05/2020, 3:24 PM
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
Open in Slack
Previous
Next