Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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[].