readFileAsJson

fun <T> readFileAsJson(clazz: Class<T>, uri: Uri): T
fun <T> readFileAsJson(clazz: Type, uri: Uri): T