parseTomlString
Signature
Section titled “Signature”function parseTomlString( string calldata toml, string calldata key) external pure returns (string memory);Description
Section titled “Description”Parses a string of TOML data at key and coerces it to string.