Does Moshi have a strict mode where the following ...
# squarelibraries
b
Does Moshi have a strict mode where the following mapping would not be accepted?
Copy code
{ "title": 10 }

data class Bar(val title: String)