tipsy
inline fun <reified T : Any> getAs(noinline converter: ((String) -> Any)? = null): T = ...
gildor