Skip to content

parseJsonBoolArray

function parseJsonBoolArray(
string calldata json,
string calldata key
) external pure returns (bool[] memory);

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