fromJson

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