bdawg.io
JsonDataException
data class Foo(val bar: Boolean) { init { require(bar == false) } } val adapter = moshi.adapter(Foo::class.java)