Variable JSON_PRECOMPILE_ABIConst

JSON_PRECOMPILE_ABI: readonly [
    {
        inputs: readonly [
            { internalType: "bytes"; name: "input"; type: "bytes" },
            { internalType: "string"; name: "key"; type: "string" },
        ];
        name: "extractAsBytes";
        outputs: readonly [
            { internalType: "bytes"; name: "response"; type: "bytes" },
        ];
        stateMutability: "view";
        type: "function";
    },
    {
        inputs: readonly [
            { internalType: "bytes"; name: "input"; type: "bytes" },
            { internalType: "string"; name: "key"; type: "string" },
        ];
        name: "extractAsBytesList";
        outputs: readonly [
            { internalType: "bytes[]"; name: "response"; type: "bytes[]" },
        ];
        stateMutability: "view";
        type: "function";
    },
    {
        inputs: readonly [
            { internalType: "bytes"; name: "input"; type: "bytes" },
            { internalType: "string"; name: "key"; type: "string" },
        ];
        name: "extractAsUint256";
        outputs: readonly [
            { internalType: "uint256"; name: "response"; type: "uint256" },
        ];
        stateMutability: "view";
        type: "function";
    },
] = ...

The ABI for the JSON precompile contract.