fromJson

abstract fun fromJson(reader: JsonReader): T
fun fromJson(source: BufferedSource): T
fun fromJson(string: String): T