toJsonObjectMutableList

inline fun <T : Any> String.toJsonObjectMutableList(factory: JsonAdapter.Factory, customBuilder: Moshi.Builder = Moshi.Builder()): MutableList<T>?