Sitelet https://hardhat.org/docs/reference/cheatcodes/external/parse-json-type-array
Skip to content

parseJsonTypeArray

function parseJsonTypeArray(
string calldata json,
string calldata key,
string calldata typeDescription
) external pure returns (bytes memory);

Parses a string of JSON data at key and coerces it to type array corresponding to typeDescription.