Skip to content

parseJsonIntArray

function parseJsonIntArray(
string calldata json,
string calldata key
) external pure returns (int256[] memory);

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