Skip to content

parseJsonInt

function parseJsonInt(
string calldata json,
string calldata key
) external pure returns (int256);

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