get

inline fun <V : Value> get(label: String): V

Returns the argument associated with label label, automatically casting it to type V.

Throws

if there is no argument with label label.

if the argument does not have type V.