Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

parseTomlStringArray

function parseTomlStringArray(
string calldata toml,
string calldata key
) external pure returns (string[] memory);

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