child

abstract fun child(index: Int): TreeLikeData

Gets the child node of this value (interpreted as a node representing a list) at a given index in the list.

Returns the Null value if no such child node exists.


abstract fun child(key: String): TreeLikeData

Gets the child node of this value at a given key.

Returns the Null value if no such child node exists.