hasChild

abstract fun hasChild(index: Int): Boolean

Checks if this value is a node representing a list with a child node at the given index in the list.


abstract fun hasChild(key: String): Boolean

Checks if this value is a node with a child node at a given key.