Skip to content

parseJsonBytes

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

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