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