Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moshi

Unable to create @Body converter for class in Retrofit

Moshi-JsonDataException: Required value '%s' missing at $

android json moshi

Using an annotation to Serialize Null in Moshi with nested Event

Broken server response handling with Moshi

android json moshi

Moshi error Expected name at path $.foo.bar

moshi

ProGuard: ClassCastException with Moshi+Retrofit

Parse internal map from JSON in Moshi

How to parse polymorphic objects in Kotlin using Moshi

json kotlin jsonparser moshi

How to fallback on a enum if values don't match in Moshi

enums moshi

How to parse unknown key jsons using Moshi

java android retrofit moshi

Can't parse Json String with Moshi

jsonparser moshi

How to distinguish long and double-values when deserializing with moshi?

java json moshi

Moshi LocalDateTime adapter with multiple format

kotlin java-time moshi

Turn string date from json to a Date object with Moshi

android retrofit2 moshi

SerializedName annotation doesn't seem to work in Moshi

android retrofit2 moshi

Why does Moshi parse integers, longs as Double?

kotlin moshi

How to parse a json string to a List with MOSHI

android kotlin okhttp moshi