This fails with same exception: ```return when(isL...
# announcements
g
This fails with same exception:
Copy code
return when(isList) {
	true  -> reader.readValues<Any>(text).readAll()
	false -> reader.readValue(text)
}