Join Slack
Powered by
Maybe consider using gson? (<https://github.com/go...
# android
t
trubesv
09/16/2017, 1:00 PM
Maybe consider using gson? (
https://github.com/google/gson
) I don't know if it suits your needs but with it you'll be able to deserialize a JSON object into the type you want
val obj = Gson().fromJson(jsonString, type)
3
Views
Open in Slack
Previous
Next