Skip to content

parseTomlBool

function parseTomlBool(
string calldata toml,
string calldata key
) external pure returns (bool);

Parses a string of TOML data at key and coerces it to bool.