I would like avoid exposing nullables as far as po...
# kotson
c
I would like avoid exposing nullables as far as possible, hence the
val Capabilities.hasFunds: Boolean get() = hasFundsMaybe == true
and
internal val hasFundsMaybe by obj[market]["services"].byNullableBool("funds")