parseJsonBytes32
Signature
Section titled “Signature”function parseJsonBytes32( string calldata json, string calldata key) external pure returns (bytes32);Description
Section titled “Description”Parses a string of JSON data at key and coerces it to bytes32.