parseJsonType
Signature
Section titled “Signature”function parseJsonType( string calldata json, string calldata key, string calldata typeDescription) external pure returns (bytes memory);Description
Section titled “Description”Parses a string of JSON data at key and coerces it to type corresponding to typeDescription.