List Question
20 TechQA 2024-03-24T20:28:36.030000How to create a custom Moshi JsonAdapter that returns a Map?
29 views
Asked by Daniel Bertoldi
How to deserialize JSON enums in case insensitive way using Moshi library?
39 views
Asked by Hossain Khan
Android Moshi Json Converter Causes kotlin.reflect.jvm.internal.KotlinReflectionInternalError
33 views
Asked by Omar Assidi
How tu suppress warnings issued by javac task
25 views
Asked by mar3kk
Not finding @com.squareup.moshi.Json <fields>; rule in official moshi proguard file. Am I missing something?
32 views
Asked by Cheok Yan Cheng
How do I deserialize a string within a moshi object as its own moshi object?
61 views
Asked by der_Fidelis
Android How to convert this JSON into object of data class with Moshi Kotlin?
158 views
Asked by Tropic
Kotlin data class coming from serialized json become a LinkedHashTreeMap
65 views
Asked by lelestacia
Moshi Json name annotation property not working
102 views
Asked by Cyd
Cannot parse a list using Moshi
131 views
Asked by AndroidDev
Why my MoshiConverterFactory is slower then GsonConverterFactory?
78 views
Asked by aile
Moshi and Retrofit: Expected BEGIN_ARRAY but was BEGIN_OBJECT at path
105 views
Asked by Daniel
Add custom adapter to moshi
42 views
Asked by kuzdu
How to use Moshi for Room TypeConverter with Nested Object
63 views
Asked by Ryan Chen
Parse json with moshi where one of the fields is polymorphic
80 views
Asked by gdrt
Moshi Json - Decompiled code still shows annotated name
126 views
Asked by KAPLANDROID
Custom Adapter to filter objects based on a parameter from an JSON response in Retrofit using Moshi
95 views
Asked by Pawan Harariya
java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT in my weather App
70 views
Asked by robson idongesit samuel
Using Moshi in Kotlin (Android), Moshi.adapter() signatures seem to differ from the docs
402 views
Asked by LyrePyre