The list to read the paths values from
The path to read in the $input array
The value which will be returned if the $path did not match anything.
Default: "." Can be set to any string you want to use as separator of path parts.
Generated using TypeDoc
This method reads a single value or multiple values (depending on the given $path) from the given list. You may use wildcards by specifying an astrix(*) as the replacement for a generic key, which will iterate over all, possible keys in the given list. You may also specify a subset of keys to return, by using braces like [key1,key2]