get

open operator fun get(path: Path): Source
open operator fun get(path: String): Source

Returns sub-source in specified path.

Throws NoSuchPathException if there is no value in specified path.

Return

sub-source in specified path

Parameters

path

item path

Throws