lookUpHierarchy

fun Value.lookUpHierarchy(vararg keys: String): Value?

Look up a successive sequence of strings in this value.

Return

The value, or null if it doesn't exist.

Parameters

keys

The keys to look up.