@get


Description:

public static TomlValue? @get (TomlValue root, string path)

Gets value by dot-path.

Parameters:

root

root TOML value.

path

dot path (example: "server.port").

Returns:

TOML value or null when path not found.