Skip to content

parseJsonBool

function parseJsonBool(
string calldata json,
string calldata key
) external pure returns (bool);

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